summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-08-21 23:56:47 +0000
committerJelmer Vernooij <jelmer@samba.org>2005-08-21 23:56:47 +0000
commit9018b0b68b63ee21f7d30090fb4fb511b5890399 (patch)
tree3a4adf9d3b54e699391bfa6a3770e03a11414c29 /packaging
parent081020c905ed21565c26479d12cbb7768ca94e89 (diff)
downloadsamba-9018b0b68b63ee21f7d30090fb4fb511b5890399.tar.gz
samba-9018b0b68b63ee21f7d30090fb4fb511b5890399.tar.xz
samba-9018b0b68b63ee21f7d30090fb4fb511b5890399.zip
r9461: Couple of very small fixes.
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/debian/rules6
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/debian/rules b/packaging/debian/rules
index 4ae928a9e76..8c62eed660f 100755
--- a/packaging/debian/rules
+++ b/packaging/debian/rules
@@ -24,7 +24,7 @@ configure:
--with-syslog \
--with-readline \
--with-ldap
- cd $(SOURCEPATH)/build/pidl && perl Makefile.PL verbose INSTALLDIRS=vendor PREFIX=/usr
+ cd $(SOURCEPATH)/pidl && perl Makefile.PL verbose INSTALLDIRS=vendor PREFIX=/usr
touch $@
build: configure
@@ -32,7 +32,7 @@ build: configure
$(MAKE) -C $(SOURCEPATH) proto
-$(MAKE) -C $(SOURCEPATH) pch
$(MAKE) -C $(SOURCEPATH) all
- $(MAKE) -C $(SOURCEPATH)/build/pidl all
+ $(MAKE) -C $(SOURCEPATH)/pidl all
touch $@
clean:
@@ -65,7 +65,7 @@ install: build
$(MAKE) -C $(SOURCEPATH) manpages installman DESTDIR=$(CURDIR)/debian/tmp
mkdir -p $(CURDIR)/debian/tmp/etc/samba4
cp $(CURDIR)/debian/smb.conf $(CURDIR)/debian/tmp/etc/samba4
- $(MAKE) -C $(SOURCEPATH)/build/pidl install DESTDIR=$(CURDIR)/debian/tmp
+ $(MAKE) -C $(SOURCEPATH)/pidl install DESTDIR=$(CURDIR)/debian/tmp
binary-arch: build install
dh_testdir -a