summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-12-28 01:33:41 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-12-28 01:33:41 -0600
commitd7eb840f69c1af0a1038916a0a189212b9d59ca9 (patch)
tree2516d67a713155ffd3e45af8ce230d20ff905346 /ubuntu/maverick
parent6458202b73234c873fdfbeccee1d4e5eb46ef664 (diff)
downloadtde-packaging-d7eb840f69c1af0a1038916a0a189212b9d59ca9.tar.gz
tde-packaging-d7eb840f69c1af0a1038916a0a189212b9d59ca9.zip
More libr packaging fixes
Diffstat (limited to 'ubuntu/maverick')
-rwxr-xr-xubuntu/maverick/dependencies/libr/debian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/ubuntu/maverick/dependencies/libr/debian/rules b/ubuntu/maverick/dependencies/libr/debian/rules
index 53fe01cf9..3eaf0968e 100755
--- a/ubuntu/maverick/dependencies/libr/debian/rules
+++ b/ubuntu/maverick/dependencies/libr/debian/rules
@@ -36,6 +36,7 @@ configure:
cp -Rp /usr/share/aclocal/libtool.m4 libtool.m4.in
cp -Rp /usr/share/libtool/config/ltmain.sh ltmain.sh
cp -Rp /usr/share/libtool/libltdl/aclocal.m4 aclocal.m4
+ autoreconf -i
autoconf
automake
@@ -56,7 +57,7 @@ build-stamp: config.status
dh_testdir
# Add here commands to compile the package.
- #$(MAKE)
+ $(MAKE)
touch $@