diff options
author | Joey Hess <joey@kitenet.net> | 2011-07-16 22:21:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-07-16 22:21:51 -0400 |
commit | b6711374c61779bbb9f40eaa4c587b357e098b80 (patch) | |
tree | c0cd9b7d6ef1229abfa902446ee3353cbf9cc956 | |
parent | 1b1b37221fe9d69bd23b61e33df53cc54991457b (diff) | |
download | debhelper-b6711374c61779bbb9f40eaa4c587b357e098b80.tar.gz |
layut
-rw-r--r-- | Debian/Debhelper/Buildsystem/qmake_qt4.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Debhelper/Buildsystem/qmake_qt4.pm b/Debian/Debhelper/Buildsystem/qmake_qt4.pm index 1cac5f0f..d5bac585 100644 --- a/Debian/Debhelper/Buildsystem/qmake_qt4.pm +++ b/Debian/Debhelper/Buildsystem/qmake_qt4.pm @@ -10,7 +10,7 @@ sub DESCRIPTION { } sub configure { - my $this=shift; + my $this=shift; $Debian::Debhelper::Buildsystem::qmake::qmake="qmake-qt4"; $this->SUPER::configure(@_); } |