projects
/
librt-authen-externalauth-perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07af796
)
Tell Makefile.PL where to find RT.pm.
author
Andrew Ruthven
<andrew@etc.gen.nz>
Fri, 2 Jul 2010 09:54:21 +0000
(21:54 +1200)
committer
Andrew Ruthven
<andrew@etc.gen.nz>
Fri, 2 Jul 2010 09:54:21 +0000
(21:54 +1200)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index
f74fee6
..
0ddf1f3
100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-19,7
+19,7
@@
build: build-stamp
build-stamp:
dh_testdir
# Add commands to compile the package here
- $(PERL) Makefile.PL INSTALLDIRS=vendor
+ $(PERL) Makefile.PL INSTALLDIRS=vendor
PREFIX=/usr/share/request-tracker3.8
$(MAKE)
$(MAKE) test
touch $@