MT#12319 debian: fix build

mr4.0.1
Victor Seva 11 years ago
parent 8f3b825012
commit 1a93aa1121

@ -1,4 +1,3 @@
clish.xsd
xml-examples
examples/explugin
contrib/debian/clish

5
debian/rules vendored

@ -5,7 +5,7 @@
SRCTOP = `pwd`
DESTDIR = $(SRCTOP)/debian/tmp
INST_OWN = -o root -g root
INST_OWN = -o root -g root
MAKE_DIR = install -p -d $(INST_OWN) -m 755
INST_FILE = install -c $(INST_OWN) -m 644
INST_PROG = install -c $(INST_OWN) -m 755 -s
@ -14,9 +14,6 @@ INST_SCRIPT = install -c $(INST_OWN) -m 755
%:
dh $@ --with autoreconf
override_dh_autoreconf:
./autogen.sh
override_dh_auto_configure:
./configure --prefix=/usr --libdir=/usr/lib/clish \
--includedir=/usr/include/clish --with-lua

Loading…
Cancel
Save