mirror of
https://github.com/Guake/guake.git
synced 2025-10-26 11:27:13 +00:00
Revert "fix: Install to /usr instead of /usr/local"
This reverts commit 1e38e7e796.
This commit is contained in:
parent
3a396fe87d
commit
f60deb68e3
@ -85,8 +85,6 @@ ALL_LINGUAS="ca cs_CZ de el es fa fr gl hr hu id it ja nb_NO nl pa pl pt_BR ru s
|
||||
AC_SUBST([GETTEXT_PACKAGE])
|
||||
AC_SUBST([ALL_LINGUAS])
|
||||
|
||||
AC_PREFIX_DEFAULT(/usr)
|
||||
|
||||
dnl output files
|
||||
AC_CONFIG_FILES([
|
||||
Makefile
|
||||
|
||||
@ -13,7 +13,7 @@ AC_DEFUN([AS_AC_EXPAND],
|
||||
prefix_save=$prefix
|
||||
exec_prefix_save=$exec_prefix
|
||||
|
||||
dnl if no prefix given, then use /usr, the default prefix
|
||||
dnl if no prefix given, then use /usr/local, the default prefix
|
||||
if test "x$prefix" = "xNONE"; then
|
||||
prefix=$ac_default_prefix
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user