summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDet2016-02-24 23:51:37 +0200
committerDet2016-02-24 23:51:37 +0200
commitcc9e27c9e5cd48773ed6340f03fcdacf298be654 (patch)
tree23a2e4189c0ee1ae2225932f0b11c6ec016ee1ae /PKGBUILD
parentb850db9f3470b8b327fb1d223fb1fb58c9f0ac9e (diff)
downloadaur-cc9e27c9e5cd48773ed6340f03fcdacf298be654.tar.gz
Use .sh extension for syntax highlighting in Cgit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe1f829b8570..18d5755a4d64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,7 +37,7 @@ makedepends=('pacman>=4.2.0')
options=('!emptydirs')
install=$pkgname.install
source=("google-earth-stable_${pkgver}_${_arch}.deb::https://dl.google.com/earth/client/current/google-earth-stable_current_${_arch}.deb"
- 'googleearth'
+ 'googleearth.sh'
'baifaao.cpp'
'Google-Terms-of-Service.html::https://www.google.com/intl/ALL/policies/terms/index.html'
'Google-Earth-Additional-Terms-of-Service.html::https://www.google.com/help/terms_maps.html'
@@ -99,7 +99,7 @@ package() {
install -m755 baifaao.so "$pkgdir"/$_instdir/
# Preload it
- install -m755 googleearth "$pkgdir"/$_instdir/
+ install -m755 googleearth.sh "$pkgdir"/$_instdir/googleearth
# bin32?
if [[ "$_m32" ]]; then