summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSamLukeYes2022-08-29 18:26:33 +0800
committerSamLukeYes2022-08-29 18:26:33 +0800
commit0e6d2523e7d73e2d01d5f56aa9b1b1aa4d057050 (patch)
tree4447f5ce55fa59c953d0782a8ea7729786ea4043 /PKGBUILD
parentb5e4935a6de5491f7d300e0858b4b6b4070f35d2 (diff)
downloadaur-deepin-grand-search-git.tar.gz
Fix etc path
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d856f1c2b68..8e835d290279 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=dde-grand-search
pkgname=deepin-grand-search-git
-pkgver=r242.e1921c2
+pkgver=r293.0a2fd7a
pkgrel=1
pkgdesc='System-wide desktop search for DDE'
arch=('x86_64')
@@ -35,4 +35,5 @@ build() {
package() {
DESTDIR="$pkgdir" cmake --install build
+ mv $pkgdir/usr/etc $pkgdir
}