diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2013-11-06 18:53:10 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-11-06 18:53:40 +0100 |
commit | b45eda74efcfcf517b9b952c23e509409651b2ff (patch) | |
tree | 6e82171779886392db196963abdf8f6b89bcd3d8 /ubuntu/raring/applications/tdeio-apt/debian | |
parent | eb7183200e94fffebb19d1c291f23effa50072d1 (diff) | |
download | tde-packaging-b45eda74efcfcf517b9b952c23e509409651b2ff.tar.gz tde-packaging-b45eda74efcfcf517b9b952c23e509409651b2ff.zip |
Fix FTBFS due to stricter uudecode syntax on Debian and Ubuntu
Diffstat (limited to 'ubuntu/raring/applications/tdeio-apt/debian')
-rwxr-xr-x | ubuntu/raring/applications/tdeio-apt/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/raring/applications/tdeio-apt/debian/rules b/ubuntu/raring/applications/tdeio-apt/debian/rules index 5b3afa420..cc91a84e3 100755 --- a/ubuntu/raring/applications/tdeio-apt/debian/rules +++ b/ubuntu/raring/applications/tdeio-apt/debian/rules @@ -34,4 +34,4 @@ configure/tdeio-apt-trinity:: # debian/fixrpath $(DEB_BUILDDIR) install/tdeio-apt-trinity:: - uudecode debian/kdedeb_logo.png.uu -o $(DEB_DESTDIR)/opt/trinity/share/apps/tdeio_apt/kdedeb_logo.png + uudecode -o $(DEB_DESTDIR)/opt/trinity/share/apps/tdeio_apt/kdedeb_logo.png debian/kdedeb_logo.png.uu |