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 2c250ae commit 69aa5a4Copy full SHA for 69aa5a4
assets/PKGBUILD
@@ -22,7 +22,6 @@ build() {
22
23
cd "$USR_HOME"/emacs
24
25
- make distclean
26
[[ -x configure ]] || (./autogen.sh git && ./autogen.sh autoconf)
27
28
local _conf=(
scripts/build-artifacts.bash
@@ -13,6 +13,10 @@ chown -R "$USR":"$USR" emacs
13
# Create artifacts
14
MAKEFLAGS="-j$(nproc)"
15
export MAKEFLAGS
16
+
17
+pushd emacs || exit
18
+su-exec "$USR" make distclean
19
+popd || exit
20
su-exec "$USR" makepkg
21
# Unpack artifacts
0 commit comments