summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPedro A. López-Valencia2022-06-03 16:58:55 -0500
committerPedro A. López-Valencia2022-06-03 16:58:55 -0500
commit199718265561e34bc5380b996c608ee07a8b8aca (patch)
treee46fe68f532c9afee777c3aa83b561fb739e0399 /PKGBUILD
parent34d1d93d5bf8050c05f64aa5ef1a7438c95253ef (diff)
downloadaur-199718265561e34bc5380b996c608ee07a8b8aca.tar.gz
* 28.0-0.923
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f6e70e0e936..9d886a81042d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=emacs-pretest
_pkgname=emacs
pkgver=28.0
_pkgver=28.0.92
-pkgrel=0.922
+pkgrel=0.923
pkgdesc="The extensible, customizable, self-documenting real-time display editor -- pretest version. -- Retagged because msnspk is an idiot."
arch=('x86_64')
url="http://www.gnu.org/software/emacs/emacs.html"
@@ -69,7 +69,7 @@ package() {
#mv "$pkgdir"/usr/share/man/man1/{ctags.1.gz,ctags.emacs.1}
mv "$pkgdir"/usr/share/man/man1/{ctags.1,ctags.emacs.1}
- install -d -m 755 "$srcdir"/nemacs "$pkgdir"/usr/bin
+ install -D -m 755 "$srcdir"/nemacs "$pkgdir"/usr/bin/nemacs
# fix user/root permissions on usr/share files
find "$pkgdir"/usr/share/emacs/ | xargs chown root:root