Add missing prefix setting for debian
This commit is contained in:
1
mkpkg
1
mkpkg
@@ -95,6 +95,7 @@ case "$platform" in
|
|||||||
make_opts='docdir=$(datarootdir)/doc/packages/$(PACKAGE_TARNAME)'
|
make_opts='docdir=$(datarootdir)/doc/packages/$(PACKAGE_TARNAME)'
|
||||||
;;
|
;;
|
||||||
deb.*)
|
deb.*)
|
||||||
|
prefix=/usr
|
||||||
# Note, must indent with tabs, not spaces due to IFS trickery
|
# Note, must indent with tabs, not spaces due to IFS trickery
|
||||||
if test "${SUDO_FLAVOR:-vanilla}" == "ldap"; then
|
if test "${SUDO_FLAVOR:-vanilla}" == "ldap"; then
|
||||||
configure_opts="--with-ldap
|
configure_opts="--with-ldap
|
||||||
|
Reference in New Issue
Block a user