Browse Source

fix location init

PHP-GTK3
yggverse 2 months ago
parent
commit
7c06fd25a1
  1. 5
      INSTALL.sh

5
INSTALL.sh

@ -192,6 +192,9 @@ if [[ $BUILD_PHP_GTK == "y" ]]; then
make install make install
fi fi
# Init desktop location
mkdir -p $DIR_DESKTOP_TARGET
# Create launcher # Create launcher
cat > "$DIR_DESKTOP_TARGET/yoda.sh" <<EOL cat > "$DIR_DESKTOP_TARGET/yoda.sh" <<EOL
#!/bin/bash #!/bin/bash
@ -201,8 +204,6 @@ EOL
chmod +x "$DIR_DESKTOP_TARGET/yoda.sh" chmod +x "$DIR_DESKTOP_TARGET/yoda.sh"
# Create desktop menu # Create desktop menu
mkdir -p $DIR_DESKTOP_TARGET
cat > "$DIR_DESKTOP_TARGET/yoda.desktop" <<EOL cat > "$DIR_DESKTOP_TARGET/yoda.desktop" <<EOL
[Desktop Entry] [Desktop Entry]
Name=Yoda Name=Yoda

Loading…
Cancel
Save