[Pkg-sql-ledger-commit] r284 - ledger-smb/trunk/debian

pkg-sql-ledger-commit-owner at lists.alioth.debian.org pkg-sql-ledger-commit-owner at lists.alioth.debian.org
Sat Oct 8 21:16:08 UTC 2011


Author: jame-guest
Date: 2011-10-08 21:16:08 +0000 (Sat, 08 Oct 2011)
New Revision: 284

Modified:
   ledger-smb/trunk/debian/rules
Log:
Using dh_install instead of make for file install.

Modified: ledger-smb/trunk/debian/rules
===================================================================
--- ledger-smb/trunk/debian/rules	2011-10-08 20:53:48 UTC (rev 283)
+++ ledger-smb/trunk/debian/rules	2011-10-08 21:16:08 UTC (rev 284)
@@ -21,7 +21,6 @@
 	dh_testdir
 
         # Add here commands to compile the package.
-	$(MAKE)
         #docbook-to-man debian/ledgersmb.sgml > ledgersmb.1
 
 	touch $@
@@ -32,7 +31,6 @@
 	rm -f build-stamp configure-stamp
 
 	# Add here commands to clean up after the build process.
-	#-$(MAKE) clean
 	rm -f ledgersmb.conf
 
 	dh_clean 
@@ -48,9 +46,7 @@
 	    -e 's|^latex : 1$$|latex : 0|' \
 	    -e '/^localepath/d' \
 	    ledgersmb.conf.default > ledgersmb.conf
-	
 
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/ledgersmb
 	chmod +x $(CURDIR)/debian/ledgersmb/usr/share/ledgersmb/configure_apache.sh
 	chmod +x $(CURDIR)/debian/ledgersmb/usr/share/ledgersmb/upgrade-templates.pl
 	chmod -x $(CURDIR)/debian/ledgersmb/usr/share/ledgersmb/favicon.ico




More information about the Pkg-sql-ledger-commit mailing list