summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJasper Capel <jasper@newnewyork.nl>2009-02-24 20:46:11 +0100
committerJasper Capel <jasper@newnewyork.nl>2009-02-25 19:57:14 +0100
commitc809fb49a3ee9be062337dd76faa04bbdb69d7d5 (patch)
tree99a688dafc454b857b4da71ce701b1ac1f791f97 /Makefile
parent56524153bb5a1b2d72c536d8c91d5bea97d8bafb (diff)
downloadcobbler-c809fb49a3ee9be062337dd76faa04bbdb69d7d5.tar.gz
cobbler-c809fb49a3ee9be062337dd76faa04bbdb69d7d5.tar.xz
cobbler-c809fb49a3ee9be062337dd76faa04bbdb69d7d5.zip
Create a Makefile target just for Debian
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 358180ae..796e9a0c 100644
--- a/Makefile
+++ b/Makefile
@@ -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