X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=debian%2Frules;h=baf66c5eca11fc6fd6987bde67c192b613758b5c;hb=424b9bebfae1e929bbdb042050afa89e145ba8aa;hp=3131deda1e327029178ebe4ffd698d59ad7c1774;hpb=b1d1176d72c3664b7a2dc8b177fd1e215b9db44d;p=xfishtank.git diff --git a/debian/rules b/debian/rules index 3131ded..baf66c5 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,8 @@ #!/usr/bin/make -f %: dh $@ -override_dh_auto_install: +override_dh_auto_build: xmkmf -a - dh_auto_install + dh_auto_build -- CCOPTIONS="$(shell dpkg-buildflags --get CFLAGS)" EXTRA_LOAD_FLAGS="$(shell dpkg-buildflags --get LDFLAGS)" +override_dh_auto_install: + dh_auto_install -- BINDIR=/usr/games