diff options
author | LAN-TW <lantw44@gmail.com> | 2012-10-27 21:28:35 +0800 |
---|---|---|
committer | LAN-TW <lantw44@gmail.com> | 2012-10-27 21:28:35 +0800 |
commit | 4e890bad1e40716efc22fad7bb7898fc16bb3e8f (patch) | |
tree | e7c3a4f6fdb42a444b936ed835f710d646013d37 | |
parent | de2f67d2d8353ff6218f6255465404f605c34f28 (diff) | |
download | sctjudge-4e890bad1e40716efc22fad7bb7898fc16bb3e8f.tar.gz sctjudge-4e890bad1e40716efc22fad7bb7898fc16bb3e8f.tar.zst sctjudge-4e890bad1e40716efc22fad7bb7898fc16bb3e8f.zip |
修改 RPM spec 檔案,現在一些簡單的文件會一併安裝了
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | sctjudge.spec.in | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 9dbeb56..e05b1fb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,7 @@ EXTRA_DIST = l4basic SUBDIRS = . src +# dist_doc_DATA = COPYING README INSTALL + all-local: cd l4basic/l4darr && $(MAKE) all cd l4basic/l4arg && $(MAKE) all diff --git a/sctjudge.spec.in b/sctjudge.spec.in index 3886952..f87de59 100644 --- a/sctjudge.spec.in +++ b/sctjudge.spec.in @@ -33,8 +33,7 @@ setcap 'cap_sys_chroot,cap_setuid,cap_setgid,cap_kill+ep' %{_bindir}/sctjudge %files %defattr(-,root,root,-) -%doc %{_bindir}/sctjudge - +%doc COPYING INSTALL README %changelog |