Fix array usage
[grml-network.git] / debian / rules
index ecc272e..22565d2 100755 (executable)
@@ -26,7 +26,7 @@ clean:
 install: build
        dh_testdir
        dh_testroot
-       dh_clean -k 
+       dh_prep
        dh_installdirs usr/sbin etc/grml
 
        install -m 755 sbin/*        debian/grml-network/usr/sbin/
@@ -36,11 +36,11 @@ install: build
        ( cd docs && $(MAKE) install DESTDIR=../debian/grml-network )
 
 # Build architecture-independent files here.
-binary-indep: build install
+binary-arch: build install
 # We have nothing to do by default.
 
 # Build architecture-dependent files here.
-binary-arch: build install
+binary-indep: build install
        dh_testdir
        dh_testroot
        dh_installchangelogs