X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=debian%2Frules;h=be2a5a296d3bc8671948459c8ea8715f4db6076d;hb=fdc37a9bdc0da568ed1629a8e572246336e25754;hp=c658278d9983bf9901b239a2d02197c1f896b286;hpb=f27fc0c47675bb7b3aab58153caf51a435c7a610;p=freeside.git diff --git a/debian/rules b/debian/rules index c658278d9..be2a5a296 100755 --- a/debian/rules +++ b/debian/rules @@ -93,7 +93,7 @@ build-stamp: dh_testdir # Add commands to compile the package here - ( cd FS/ && $(PERL) Makefile.PL PREFIX=$(TMP)-lib/usr INSTALLDIRS=vendor && [ -e Makefile ] || perl Makefile.PL && make ) + ( cd FS/ && $(PERL) Makefile.PL INSTALLDIRS=vendor && [ -e Makefile ] || perl Makefile.PL && make ) #install this for freeside-setup install -d $(DIST_CONF) @@ -125,12 +125,11 @@ install-stamp: build-stamp # debian/-whatever. install -d $(FREESIDE_DOCUMENT_ROOT) - install -d $(TMP)-lib/usr/bin/ install -d $(TMP)-webui/usr/local/etc/freeside/ install -d $(TMP)/usr/local/etc/freeside/ install -d $(FREESIDE_CACHE)/masondata #MASONDATA - ( cd FS/ && $(MAKE) -e DESTDIR=${TMP}-lib install) + ( cd FS/ && $(MAKE) -e DESTDIR=${TMP} install) # Install configuration files install -d -o freeside ${FREESIDE_CONF}