X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=755ef9571a583c294ce1fa971d160c3f993f6b96;hb=be299cf00512e0bc83bf48518a0290bdedf7ff10;hp=9f3a563b40607abd06c379f448e3cd2bad501d08;hpb=e6184193b74ac6d5c52289546dae9121bdd99008;p=myslice.git diff --git a/Makefile b/Makefile index 9f3a563b..755ef957 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ install: --install-scripts=$(DESTDIR)/$(datadir)/unfold \ --install-data=$(DESTDIR)/$(datadir)/unfold -#################### third-party layout is managed as art of collectstatic +#################### third-party layout is managed as part of collectstatic static: force ./manage.py collectstatic --noinput @@ -59,7 +59,7 @@ debian.source: force rsync -a $(RPMTARBALL) $(DEBTARBALL) debian.package: - debuild -uc -us -b + debuild --set-envvar PREFIX=/usr -uc -us -b debian.clean: $(MAKE) -f debian/rules clean