Added debian/rules files with a new permissions set(755).
SVN revision: 38519
This commit is contained in:
parent
0e5736e9c3
commit
a87d047eaa
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/autotools.mk
|
||||
|
||||
DEB_MAKE_CLEAN_TARGET := clean
|
||||
DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath
|
||||
|
||||
clean::
|
||||
./autogen.sh --prefix=/usr $(DEB_CONFIGURE_EXTRA_FLAGS)
|
Loading…
Reference in New Issue