[Lunar-commits] r18264 - moonbase/trunk/cd/cdrtools
Moritz Heiber
moe at lunar-linux.org
Mon Jan 23 14:46:47 UTC 2006
Author: moe
Date: 2006-01-23 14:46:46 +0000 (Mon, 23 Jan 2006)
New Revision: 18264
Modified:
moonbase/trunk/cd/cdrtools/BUILD
Log:
This is much simpler and better (tm):
* Removed the chown as that can accomplished by
adding variables to the make command
* Exchanged cp in favour of install
Compiled and tested with 2.6.14.1, 2.3.5 and gcc 3.4.4
Modified: moonbase/trunk/cd/cdrtools/BUILD
===================================================================
--- moonbase/trunk/cd/cdrtools/BUILD 2006-01-23 14:25:16 UTC (rev 18263)
+++ moonbase/trunk/cd/cdrtools/BUILD 2006-01-23 14:46:46 UTC (rev 18264)
@@ -4,17 +4,17 @@
# not the last linned kernel headers
sedit "s?/usr/src/linux/include?/usr/include?g" DEFAULTS/Defaults.linux
- if `module_installed smake`; then
+ if `module_installed smake` ; then
THISMAKE=smake
else
THISMAKE=./Gmake.linux
fi &&
- $THISMAKE &&
+ $THISMAKE INS_BASE=/usr DEFINSUSR=root \
+ DEFINSGRP=root &&
prepare_install &&
- $THISMAKE INS_BASE=/usr MANDIR=share/man install &&
+ $THISMAKE INS_BASE=/usr DEFINSUSR=root \
+ DEFINSGRP=root MANDIR=share/man install &&
mkdir -p /etc/default &&
- cp rscsi/rscsi.dfl /etc/default/ #Otherwise it's lost ;^) &&
- cd /usr/bin &&
- chown root:root mkisofs isoinfo isodump devdump cdrecord cdda2wav skel scgcheck readcd isovfy isodebug
+ install -m644 rscsi/rscsi.dfl /etc/default
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list