Author: tushar
Date: 2006-05-20 23:38:33 -0600 (Sat, 20 May 2006)
New Revision: 1537
Added:
trunk/rstart/
trunk/rstart/rstart-1.0.1-destdir-1.patch
Log:
Added rstart patch
Added: trunk/rstart/rstart-1.0.1-destdir-1.patch
===================================================================
--- trunk/rstart/rstart-1.0.1-destdir-1.patch (rev 0)
+++ trunk/rstart/rstart-1.0.1-destdir-1.patch 2006-05-21 05:38:33 UTC (rev
1537)
@@ -0,0 +1,18 @@
+Submitted By: Tushar Teredesai <[EMAIL PROTECTED]>
+Date: 2006-05-21
+Initial Package Version: 1.0.1
+Origin: ??
+Upstream Status: Unknown
+Description: Fixes installation when using fakeroot approach
+diff -Naur rstart-1.0.1.orig/Makefile.in rstart-1.0.1/Makefile.in
+--- rstart-1.0.1.orig/Makefile.in 2005-12-21 01:22:41.000000000 -0600
++++ rstart-1.0.1/Makefile.in 2006-05-21 00:30:06.000000000 -0500
+@@ -812,7 +812,7 @@
+ done; \
+ \
+ cd $(DESTDIR)$(DATA_DIR)/contexts; \
+- sed -e '/^$$/d' -e '/^#/d' ${srcdir}/contexts/@Aliases | \
++ sed -e '/^$$/d' -e '/^#/d' @Aliases | \
+ while read real aliases; do \
+ for i in $$aliases; do \
+ $(RM) $$i; \
--
http://linuxfromscratch.org/mailman/listinfo/patches
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page