mirror of
https://git.code.sf.net/p/projectlibre/code
synced 2024-11-01 03:21:46 +01:00
configurable location of dpkg-deb
This commit is contained in:
parent
717694a77b
commit
4b02e2f5de
2 changed files with 3 additions and 2 deletions
|
@ -20,6 +20,7 @@ rpm_rpmbuild=/usr/local/bin/rpmbuild
|
|||
|
||||
deb=deb/projectlibre
|
||||
debroot=deb
|
||||
dpkg_deb=/opt/local/bin/dpkg-deb
|
||||
|
||||
macapp=ProjectLibre.app
|
||||
|
||||
|
|
|
@ -368,8 +368,8 @@
|
|||
<arg value="root:wheel"/>
|
||||
<arg value="${deb}"/>
|
||||
</exec-->
|
||||
|
||||
<exec executable="/opt/local/bin/dpkg-deb">
|
||||
|
||||
<exec executable="${dpkg_deb}">
|
||||
<arg value="--build"/>
|
||||
<arg value="${basedir}/${deb}"/>
|
||||
<arg value="${basedir}/${debroot}/projectlibre_${deb_version}-${deb_revision}.deb"/>
|
||||
|
|
Loading…
Reference in a new issue