diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-09-13 19:00:51 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-09-13 19:00:51 -0500 |
commit | 3a16f4cd9deaef0c80cb6027dc2e75ae30a46d9e (patch) | |
tree | 0192de76dddec19e38e220e79f169769b9adc1c3 /ubuntu/precise/applications/kmyfirewall/debian/rules | |
parent | 01e69eb4c2d9d64ba96fdc45be76fb1d14a6f1be (diff) | |
parent | fb1176fa5dd2120d92cbc41ecb077046102d0908 (diff) | |
download | tde-packaging-3a16f4cd9deaef0c80cb6027dc2e75ae30a46d9e.tar.gz tde-packaging-3a16f4cd9deaef0c80cb6027dc2e75ae30a46d9e.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/precise/applications/kmyfirewall/debian/rules')
-rwxr-xr-x | ubuntu/precise/applications/kmyfirewall/debian/rules | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ubuntu/precise/applications/kmyfirewall/debian/rules b/ubuntu/precise/applications/kmyfirewall/debian/rules index a8d1312d8..8fa664c8a 100755 --- a/ubuntu/precise/applications/kmyfirewall/debian/rules +++ b/ubuntu/precise/applications/kmyfirewall/debian/rules @@ -33,8 +33,8 @@ endif -include debian/debiandirs # To be used with kde-style admin subdirectories if desired. -debian/debiandirs: admin/debianrules - perl -w admin/debianrules echodirs > debian/debiandirs +#debian/debiandirs: admin/debianrules +# perl -w admin/debianrules echodirs > debian/debiandirs config.status: configure @@ -116,6 +116,7 @@ binary-arch: build install dh_desktop dh_installmenu dh_installman + mv debian/kmyfirewall-trinity/usr/share/man debian/kmyfirewall-trinity/opt/trinity/share/ dh_link dh_strip dh_compress -X.bz2 -X.css -X.dcl -X.docbook -X-license -X.tag |