From 8fdcc07286681e9971fd72d3a44b980d2f2f444b Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 13 Apr 2007 23:20:08 +0200 Subject: [PATCH] fix debian/rules --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index e94e204..5322ec9 100755 --- a/debian/rules +++ b/debian/rules @@ -50,8 +50,8 @@ binary-arch: build install dh_compress dh_fixperms dh_installdeb - find debian/grml-etc/etc -type f ! -name \*.xpm ! -name \*.png -print | \ - sed -e 's#^debian/grml-etc##g' > debian/grml-etc/DEBIAN/conffiles + find debian/grml-desktop/etc -type f ! -name \*.xpm ! -name \*.png -print | \ + sed -e 's#^debian/grml-desktop##g' > debian/grml-desktop/DEBIAN/conffiles dh_shlibdeps dh_gencontrol dh_md5sums -- 2.1.4