projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4999fa
)
Don't list _sysconfdir/ directory in RPM spec. We don't list any other directories...
author
David Levine
<levinedl@acm.org>
Thu, 23 Feb 2012 04:21:56 +0000
(22:21 -0600)
committer
David Levine
<levinedl@acm.org>
Thu, 23 Feb 2012 04:21:56 +0000
(22:21 -0600)
nmh.spec
patch
|
blob
|
history
diff --git
a/nmh.spec
b/nmh.spec
index
213abc6
..
08a0b91
100644
(file)
--- a/
nmh.spec
+++ b/
nmh.spec
@@
-13,6
+13,7
@@
# For example:
# $ rpm -i nmh-1.4-0.fc16.src.rpm
# $ rpmbuild --rmsource --rmspec \
+# --define '_sysconfdir /usr/local/nmh/etc' \
# --define 'configure_opts --with-cyrus-sasl --with-locking=fcntl' \
# --bb ~/lib/rpmbuild/SPECS/nmh.spec
#
@@
-109,4
+110,4
@@
rm -rf $RPM_BUILD_ROOT $RPM_BUILD_DIR/%buildsubdir
%files -f nmh_files
%defattr(-,root,root,-)
-%config(noreplace) %_sysconfdir/
+%config(noreplace) %_sysconfdir/*