mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-08-02 10:05:02 +02:00
added metainfo to create deb package of piler
This commit is contained in:
14
debian/rules
vendored
Executable file
14
debian/rules
vendored
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- --build=x86_64-linux-gnu --prefix=/usr/local --sysconfdir=/usr/local/etc --libexecdir=/usr/local/libexec --localstatedir=/var --infodir=/usr/local/share/info --with-database=mysql --enable-starttls --enable-tcpwrappers
|
||||
|
||||
override_dh_auto_install:
|
||||
$(MAKE) DESTDIR=$$(pwd)/debian/piler prefix=/usr/local install
|
||||
|
||||
override_dh_usrlocal:
|
||||
|
||||
|
Reference in New Issue
Block a user