This commit is contained in:
Alexander Frick 2023-03-13 11:44:09 -05:00
parent 782d534b80
commit 9e8d0f4fd9

View file

@ -52,16 +52,7 @@ stage_install_debian() {
local USR_BIN_SYMLINK_NAME="${PACKAGE}"
local PACKAGE_ORIG="${PACKAGE}"
if [ "$CHANNEL" != "stable" ]; then
# Avoid file collisions between channels.
local INSTALLDIR="${INSTALLDIR}"
local PACKAGE="${PACKAGE}"
# Make it possible to distinguish between menu entries
# for different channels.
local MENUNAME="${MENUNAME}"
fi
prep_staging_debian
SHLIB_PERMS=644
stage_install_common