Handle InitialSettings of vision by ADDITIONAL_FILES

This commit is contained in:
Oliver Tappe
2013-08-25 22:29:42 +02:00
parent e03bc5fed9
commit 096da200da
2 changed files with 3 additions and 1 deletions

View File

@@ -11,6 +11,8 @@ if [ $targetArchitecture != x86_gcc2 ]; then
PATCHES="vision-0.9.7-gcc4.patch"
fi
ADDITIONAL_FILES="InitialSettings"
PROVIDES="
vision = $portVersion
"
@@ -44,7 +46,7 @@ INSTALL()
mkdir -p $visionDir
cp Vision $visionDir
cp -a $portDir/InitialSettings $visionDir
cp -a $portDir/additional-files/InitialSettings $visionDir
cd data
cp -a * $visionDir