[Demudi-commits] r1587 - csound/trunk/debian

fsateler-guest at alioth.debian.org fsateler-guest at alioth.debian.org
Fri Sep 7 18:59:05 UTC 2007


Author: fsateler-guest
Date: 2007-09-07 18:59:05 +0000 (Fri, 07 Sep 2007)
New Revision: 1587

Modified:
   csound/trunk/debian/rules
Log:
Fix 2 install target problems: create a relative symlink instead to my $HOME, an
d copy stuff from the build to the target directory instead of moving them


Modified: csound/trunk/debian/rules
===================================================================
--- csound/trunk/debian/rules	2007-09-07 18:35:00 UTC (rev 1586)
+++ csound/trunk/debian/rules	2007-09-07 18:59:05 UTC (rev 1587)
@@ -90,14 +90,14 @@
 	mv $(CURDIR)/debian/tmp/usr/lib/lib_jcsound.so \
 		$(CURDIR)/debian/tmp/usr/lib/jni
 # Scons sucks
-	mv libcsound64.so $(CURDIR)/debian/tmp/usr/lib/
+	cp libcsound64.so $(CURDIR)/debian/tmp/usr/lib/
 # The python module
 	mkdir -p $(CURDIR)/debian/tmp/usr/lib/$(PYVERSION)/site-packages
-	mv csnd.py _csnd.so \
+	cp csnd.py _csnd.so \
 		$(CURDIR)/debian/tmp/usr/lib/$(PYVERSION)/site-packages
 # symlink the lua module
 	mkdir -p $(CURDIR)/debian/tmp/usr/lib/lua/5.1/
-	ln -s $(CURDIR)/debian/tmp/usr/lib/libcsnd.so \
+	ln -s ../../libcsnd.so \
 		$(CURDIR)/debian/tmp/usr/lib/lua/5.1/csnd.so
 
 	dh_install -s --sourcedir=$(CURDIR)/debian/tmp/




More information about the Demudi-commits mailing list