aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordancer <dancer>2001-11-03 10:56:58 +0000
committerdancer <dancer>2001-11-03 10:56:58 +0000
commitdfb6a00a0bd2adec2a6a2158e442a14dab36011f (patch)
tree687507376938dc0c798cdddfa86e35418fab4463 /Makefile
parent85911af08f0f710f8fcc333388887c6807312ea6 (diff)
downloadpbuilder-dfb6a00a0bd2adec2a6a2158e442a14dab36011f.tar
pbuilder-dfb6a00a0bd2adec2a6a2158e442a14dab36011f.tar.gz
A different way to implement the aforementioned feature.
It should be really good. I hope.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 466ac98..bb802cd 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,7 @@ TAGS:
install:
install -d $(DESTDIR)/etc
install -d $(DESTDIR)/usr/sbin
+ install -d $(DESTDIR)/usr/bin
install -d $(DESTDIR)/usr/lib/pbuilder
install -m 755 pbuilder-buildpackage $(DESTDIR)/usr/lib/pbuilder/
install -m 755 pbuilder-createbuildenv $(DESTDIR)/usr/lib/pbuilder/
@@ -15,5 +16,6 @@ install:
install -m 755 pbuilder-checkparams $(DESTDIR)/usr/lib/pbuilder/
install -m 755 pbuilder-modules $(DESTDIR)/usr/lib/pbuilder/
install -m 755 pbuilder $(DESTDIR)/usr/sbin
+ install -m 755 pdebuild $(DESTDIR)/usr/bin
install -m 644 pbuilderrc $(DESTDIR)/etc