mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Explicitly reference all additional files.
Not referencing them caused them to be missing from the source packages. This also moves all files that were in different dirs under the common additional-files dir.
This commit is contained in:
@@ -14,6 +14,7 @@ CHECKSUM_SHA256_2="e0227251c5aa23f8b88973c298cc80b03bd238c645f7f82a6ce888a06b295
|
||||
SOURCE_DIR="texlive-20140525-source"
|
||||
SOURCE_DIR_2="texlive-20140525-texmf"
|
||||
PATCHES="texlive-2014.patchset"
|
||||
ADDITIONAL_FILES="tlutils.pm.patch"
|
||||
|
||||
ARCHITECTURES="x86 !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -647,7 +648,7 @@ INSTALL()
|
||||
export TEXLIVE_INSTALL_TEXMFCONFIG=/boot/home/config/settings/texmf/config
|
||||
export TEXLIVE_INSTALL_TEXMFHOME=/boot/home/config/settings
|
||||
if [ ! -e flag.patched ] ; then
|
||||
patch -Np2 < $portDir/patches/tlutils.pm.patch
|
||||
patch -Np2 < $portDir/additional-files/tlutils.pm.patch
|
||||
touch flag.patched
|
||||
fi
|
||||
# hmm, need to work-around /boot/system/non-packaged not existing....
|
||||
|
||||
Reference in New Issue
Block a user