diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2015-01-15 03:49:37 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-01-15 03:50:10 +0100 |
commit | bd43cd469600f15aac2786fd0fa6bd1397aca611 (patch) | |
tree | 28b062a6094095acccd3e06c18d766222164381b /ubuntu/maverick/applications/tderadio/debian | |
parent | 81a56a94f72eaafc3189fbc88de64eb960482a21 (diff) | |
download | tde-packaging-bd43cd469600f15aac2786fd0fa6bd1397aca611.tar.gz tde-packaging-bd43cd469600f15aac2786fd0fa6bd1397aca611.zip |
Fix regeneration of automake build system on Debian and Ubuntu
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 47dff09e22d601a9efe65b4e25b06d1d3a1f1926)
Diffstat (limited to 'ubuntu/maverick/applications/tderadio/debian')
-rwxr-xr-x | ubuntu/maverick/applications/tderadio/debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick/applications/tderadio/debian/rules b/ubuntu/maverick/applications/tderadio/debian/rules index faad3984a..424c44789 100755 --- a/ubuntu/maverick/applications/tderadio/debian/rules +++ b/ubuntu/maverick/applications/tderadio/debian/rules @@ -36,8 +36,8 @@ debian/tderadio.xpm: tderadio3/icons/hi32-app-tderadio.png configure: cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh cat /usr/share/aclocal/libtool.m4 > admin/libtool.m4.in - cp -f /usr/share/misc/config.sub config.sub - cp -f /usr/share/misc/config.guess config.guess + cp -f /usr/share/misc/config.sub admin/config.sub + cp -f /usr/share/misc/config.guess admin/config.guess make -f admin/Makefile.common |