Move xfishtank to /usr/games
[xfishtank.git] / debian / rules
index 3131deda1e327029178ebe4ffd698d59ad7c1774..8e25463852985f5040e2a91ac402cd902d248ba6 100755 (executable)
@@ -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
+override_dh_auto_install:
+       dh_auto_install -- BINDIR=/usr/games
This page took 0.009766 seconds and 4 git commands to generate.