[Lunar-commits] r21605 - moonbase/trunk/crypto/john-dev
Florin Braescu
florin at lunar-linux.org
Thu Sep 28 04:56:22 UTC 2006
Author: florin
Date: 2006-09-28 04:56:22 +0000 (Thu, 28 Sep 2006)
New Revision: 21605
Modified:
moonbase/trunk/crypto/john-dev/BUILD
Log:
fix the uninstall mess.
Modified: moonbase/trunk/crypto/john-dev/BUILD
===================================================================
--- moonbase/trunk/crypto/john-dev/BUILD 2006-09-28 04:56:07 UTC (rev 21604)
+++ moonbase/trunk/crypto/john-dev/BUILD 2006-09-28 04:56:22 UTC (rev 21605)
@@ -1,19 +1,17 @@
(
- cd src
+ cd src
- sedit "s/-c -Wall -O2 -fomit-frame-pointer/-c -Wall $CFLAGS/" Makefile
- sedit "s/ -m486//" Makefile
+ sedit "s/-c -Wall -O2 -fomit-frame-pointer/-c -Wall $CFLAGS/" Makefile
+ sedit "s/ -m486//" Makefile
- make generic &&
+ make generic &&
prepare_install
-) > $C_FIFO 2>&1 && (
-
- cd run
+ cd ../run
cp -d john mailer unshadow unique unafs /usr/sbin
- mkdir -p /usr/share/john-dev
- cp *.conf *.lst /usr/share/john-dev
+ mkdir -p /usr/share/john-dev
+ cp *.chr *.lst *.conf /usr/share/john-dev
-)
+) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list