diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-12 22:53:50 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-12 22:53:50 +0000 |
| commit | b7341b136a1374cd29e27eb9a69797142ff4258a (patch) | |
| tree | 7b3470c2b4ab5ce0de9889dfcc9d5e1d122ce103 /debian | |
| parent | cb30ea2fdea8d0779e56dce99a27723bc1a500e8 (diff) | |
make debian paackage with a makedeb script instead. install stuff to the right directories
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 f4cf390b..0d63b650 100755 --- a/debian/rules +++ b/debian/rules @@ -27,7 +27,7 @@ endif config.status: configure dh_testdir # Add here commands to configure the package. - ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --sysconfdir=/etc --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" build: build-stamp |
