SOURCES: xorg-app-rstart-install.patch (NEW) - fix alias symlinks ...

qboosh qboosh at pld-linux.org
Sun Oct 15 15:25:58 CEST 2006


Author: qboosh                       Date: Sun Oct 15 13:25:58 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix alias symlinks creation

---- Files affected:
SOURCES:
   xorg-app-rstart-install.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/xorg-app-rstart-install.patch
diff -u /dev/null SOURCES/xorg-app-rstart-install.patch:1.1
--- /dev/null	Sun Oct 15 15:25:58 2006
+++ SOURCES/xorg-app-rstart-install.patch	Sun Oct 15 15:25:53 2006
@@ -0,0 +1,21 @@
+--- rstart-1.0.2/Makefile.am.orig	2006-10-15 15:27:26.815305250 +0200
++++ rstart-1.0.2/Makefile.am	2006-10-15 15:27:36.831931250 +0200
+@@ -133,14 +133,14 @@
+ 	    fi ;							\
+ 	done;								\
+ 									\
+-	cd $(DESTDIR)$(DATA_DIR)/contexts;				\
+-	sed -e '/^$$/d' -e '/^#/d' ${srcdir}/contexts/@Aliases |	\
++	abssrcdir="`pwd`" ; cd $(DESTDIR)$(DATA_DIR)/contexts;		\
++	sed -e '/^$$/d' -e '/^#/d' $${abssrcdir}/contexts/@Aliases |	\
+ 	    while read real aliases; do					\
+ 	        for i in $$aliases; do					\
+ 	            $(RM) $$i;						\
+ 	            $(LN) $$real $$i;					\
+-	            $(RM) $(DESTDIR)$(rstart_serverdir)/commands/$$i;	\
+-	            $(LN) $$real $(DESTDIR)$(rstart_serverdir)/commands/$$i; \
++	            $(RM) $(DESTDIR)$(DATA_DIR)/commands/$$i;	\
++	            $(LN) $$real $(DESTDIR)$(DATA_DIR)/commands/$$i; \
+ 	        done;							\
+ 	    done;							\
+ 	$(RM) @Aliases
================================================================


More information about the pld-cvs-commit mailing list