separate make dependencies into CLI and bundled native ones

This commit is contained in:
Matthias Mailänder
2014-05-22 12:00:03 +02:00
parent 6dfd89ce0d
commit 6c762f9c55
4 changed files with 27 additions and 21 deletions

View File

@@ -21,6 +21,8 @@ cd ../..
# Copy files for OpenRA.Game.exe and OpenRA.Editor.exe as well as all dependencies.
make install-all prefix="/usr" DESTDIR="$PWD/packaging/linux/$ROOTDIR"
cp $DEPSDIR/* $PWD/packaging/linux/$ROOTDIR/usr/lib/openra/
# Icons and .desktop files
make install-shortcuts prefix="/usr" DESTDIR="$PWD/packaging/linux/$ROOTDIR"