Skip to content

Commit a1cb992

Browse files
committed
Fixing packaging commands
1 parent dd3f797 commit a1cb992

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build/arch/build.sh

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
cd ./pkg
44

55
# Create parent directories
6-
mkdir -p opt/safeeyes
6+
mkdir -p opt
77
mkdir usr
88

99
# Copy source files
1010
cp -r ../../../safeeyes/share ./usr/
11-
cp -r ../../../safeeyes/safeeyes ./opt/safeeyes/
12-
cp -r ../../../safeeyes/share/applications/safeeyes.desktop ./opt/safeeyes/
11+
cp -r ../../../safeeyes/safeeyes ./opt/
1312

1413
# # Create the package
1514
# tar -cf - .PKGINFO * | xz -c -z - > ../safeeyes.pkg.tar.xz

0 commit comments

Comments
 (0)