diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-01 18:42:31 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-01 18:42:31 -0600 |
commit | 918358c07d6f983c8209b453411e6b432e07a3a3 (patch) | |
tree | 294d557b4e5b5b08cab23b2c073d5f290f82d605 /ubuntu/maverick/libraries | |
parent | 79021dd82896cf6ffe20e7dd6a69e41c320da1aa (diff) | |
download | tde-packaging-918358c07d6f983c8209b453411e6b432e07a3a3.tar.gz tde-packaging-918358c07d6f983c8209b453411e6b432e07a3a3.zip |
Update libtqt-perl rules for Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/libraries')
-rwxr-xr-x | ubuntu/maverick/libraries/libtqt-perl/debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick/libraries/libtqt-perl/debian/rules b/ubuntu/maverick/libraries/libtqt-perl/debian/rules index 6a7885e21..7bf57d40b 100755 --- a/ubuntu/maverick/libraries/libtqt-perl/debian/rules +++ b/ubuntu/maverick/libraries/libtqt-perl/debian/rules @@ -16,7 +16,7 @@ SAVERESTORE=\ puic/Makefile.in \ smoke/Makefile.in \ smoke/qt/Makefile.in \ - PerlQt/bin \ + PerlTQt/bin \ DEB_AUTO_UPDATE_AUTOCONF := 2.61 @@ -47,7 +47,7 @@ build/libtqt-perl:: chrpath -d puic/puic clean:: - rm -f PerlQt/bin/.exists + rm -f PerlTQt/bin/.exists for f in $(SAVERESTORE) ; do [ ! -e $$f.d-r-orig ] || ( rm -rf $$f && mv $$f.d-r-orig $$f ) ; done rm -f pre-build-stamp |