diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-06-28 20:00:08 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-06-28 20:00:08 +0000 |
commit | d89471da0c553d81d626e81449b428ac5fe875b0 (patch) | |
tree | 4f056520ea67836d71897e2f1bf6fa3b270e8075 /sysutils/cdrtools | |
parent | 3aeeb02528d98fdfdce1a809cfb9692c14ca5671 (diff) |
- Fix build with Q/A tests
Notes
Notes:
svn path=/head/; revision=359711
Diffstat (limited to 'sysutils/cdrtools')
-rw-r--r-- | sysutils/cdrtools/pkg-plist | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/cdrtools/pkg-plist b/sysutils/cdrtools/pkg-plist index c18446a44e49..f2c39c437831 100644 --- a/sysutils/cdrtools/pkg-plist +++ b/sysutils/cdrtools/pkg-plist @@ -73,12 +73,8 @@ man/man8/mkisofs.8.gz @dirrm lib/siconv %%RSCSI%%sbin/rscsi %%RSCSI%%@exec chmod u+s %B/%f -@unexec if cmp -s %D/etc/cdrecord.sample %D/etc/cdrecord; then rm -f %D/etc/cdrecord; else echo "If permanently deleting this package, %D/etc/cdrecord must be removed manually."; fi -etc/cdrecord.sample -@exec [ -f %B/cdrecord ] || cp %B/%f %B/cdrecord -%%RSCSI%%@unexec if cmp -s %D/etc/rscsi.sample %D/etc/rscsi; then rm -f %D/etc/rscsi; else echo "If permanently deleting this package, %D/etc/rscsi must be removed manually."; fi -%%RSCSI%%etc/rscsi.sample -%%RSCSI%%@exec [ -f %B/rscsi ] || cp %B/%f %B/rscsi +@sample etc/cdrecord.sample +%%RSCSI%%@sample etc/rscsi.sample %%RSCSI%%@unexec if pw usershow rscsi >/dev/null 2>&1; then echo "If permanently deleting this package, user \"rscsi\" and its homedirectory must be removed manually."; fi %%RSCSI%%@unexec if pw groupshow rscsi >/dev/null 2>&1; then echo "If permanently deleting this package, group \"rscsi\" must be removed manually."; fi %%RSCSI%%man/man1/rscsi.1.gz |