1
0
mirror of https://github.com/slgobinath/SafeEyes.git synced 2025-01-19 02:49:51 +01:00

Fixing packaging commands

This commit is contained in:
Gobinath 2016-10-25 19:54:35 +05:30
parent dd3f7978f0
commit a1cb992047

View File

@ -3,13 +3,12 @@
cd ./pkg
# Create parent directories
mkdir -p opt/safeeyes
mkdir -p opt
mkdir usr
# Copy source files
cp -r ../../../safeeyes/share ./usr/
cp -r ../../../safeeyes/safeeyes ./opt/safeeyes/
cp -r ../../../safeeyes/share/applications/safeeyes.desktop ./opt/safeeyes/
cp -r ../../../safeeyes/safeeyes ./opt/
# # Create the package
# tar -cf - .PKGINFO * | xz -c -z - > ../safeeyes.pkg.tar.xz