diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-27 17:17:54 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-27 17:17:54 +0000 |
commit | b37070d888919ae30219ce13e4d3cce359fd75e1 (patch) | |
tree | 5fde3386df0ab9b9bf6ff9002b2ce49f80eb3275 /debian | |
parent | d4d053f0e35a3ba13e8184fceca0429b3daf0ccf (diff) |
more PREFIX fun
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 3358db5d9..fcbf2959d 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ build: build-stamp build-stamp: dh_testdir - perl Makefile.PL + perl Makefile.PL PREFIX=/usr $(MAKE) $(MAKE) test touch build-stamp |