We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 053f748 commit 9b1dc2cCopy full SHA for 9b1dc2c
assets/PKGBUILD
@@ -22,7 +22,8 @@ build() {
22
23
cd "$USR_HOME"/emacs
24
25
- [[ -x configure ]] || ( ./autogen.sh git && ./autogen.sh autoconf )
+ make distclean
26
+ [[ -x configure ]] || (./autogen.sh git && ./autogen.sh autoconf)
27
28
local _conf=(
29
--prefix=/usr
@@ -57,7 +58,7 @@ package() {
57
58
make DESTDIR="$pkgdir" install
59
60
mv "$pkgdir"/usr/bin/{ctags,ctags.emacs}
- mv "$pkgdir"/usr/share/man/man1/{ctags.1,ctags.emacs.1};
61
+ mv "$pkgdir"/usr/share/man/man1/{ctags.1,ctags.emacs.1}
62
63
# fix user/root permissions on usr/share files
64
find "$pkgdir"/usr/share/emacs/ | xargs chown root:root
0 commit comments