diff options
author | Jasper Capel <jasper@newnewyork.nl> | 2009-02-24 20:46:11 +0100 |
---|---|---|
committer | Jasper Capel <jasper@newnewyork.nl> | 2009-02-25 19:57:14 +0100 |
commit | c809fb49a3ee9be062337dd76faa04bbdb69d7d5 (patch) | |
tree | 99a688dafc454b857b4da71ce701b1ac1f791f97 /Makefile | |
parent | 56524153bb5a1b2d72c536d8c91d5bea97d8bafb (diff) | |
download | cobbler-c809fb49a3ee9be062337dd76faa04bbdb69d7d5.tar.gz cobbler-c809fb49a3ee9be062337dd76faa04bbdb69d7d5.tar.xz cobbler-c809fb49a3ee9be062337dd76faa04bbdb69d7d5.zip |
Create a Makefile target just for Debian
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -34,13 +34,10 @@ build: manpage updatewui python setup.py build -f install: manpage updatewui - if [ $(DESTDIR) != "" ] - then - APPENDROOT = "--root $(DESTDIR)" - else - APPENDROOT = "" - fi - python setup.py install -f $APPENDROOT + python setup.py install -f + +debinstall: manpage updatewui + python setup.py install -f --root $(DESTDIR) devinstall: make savestate |