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:
parent
dd3f7978f0
commit
a1cb992047
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user