X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fhelmpot%2Fdebian%2Frules;h=75b3d8af507d2e166d5b08d59bc2edd5664ff2da;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=0ea557227f8e2dcbeaaa3f31c4cb1256972b999a;hpb=ff2894d620d93e8c4adde1ff83b818266cbed2c3;p=helm.git diff --git a/helm/helmpot/debian/rules b/helm/helmpot/debian/rules index 0ea557227..75b3d8af5 100755 --- a/helm/helmpot/debian/rules +++ b/helm/helmpot/debian/rules @@ -35,7 +35,7 @@ install: build dh_installdirs # Add here commands to install the package into debian/tmp. - $(MAKE) install prefix=`pwd`/debian/tmp/usr + $(MAKE) install prefix=$(CURDIR)/debian/helmpot/usr # Build architecture-independent files here. @@ -44,27 +44,25 @@ binary-indep: build install # Build architecture-dependent files here. binary-arch: build install -# dh_testversion dh_testdir dh_testroot # dh_installdebconf dh_installdocs - dh_installexamples - dh_installmenu +# dh_installexamples +# dh_installmenu # dh_installemacsen # dh_installpam # dh_installinit - dh_installcron - dh_installmanpages +# dh_installcron +# dh_installmanpages dh_installinfo -# dh_undocumented + dh_undocumented dh_installchangelogs ChangeLog dh_link dh_strip dh_compress dh_fixperms # You may want to make some executables suid here. - dh_suidregister # dh_makeshlibs dh_installdeb # dh_perl