X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=debian%2Frules;h=0d63b6505764475f28443176964ccab4c7960da8;hb=b7341b136a1374cd29e27eb9a69797142ff4258a;hp=f4cf390b6b9784b977f131c3aca0fb8864e3cda1;hpb=cb30ea2fdea8d0779e56dce99a27723bc1a500e8;p=chaz%2Fopenbox 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