mirror of
https://github.com/polybar/polybar.git
synced 2026-02-15 05:15:29 +00:00
fix(aur): Update GIT_TAG when building git package
This commit is contained in:
@ -31,7 +31,9 @@ prepare() {
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "${_pkgname}/build" || exit
|
||||
cd "${_pkgname}" || exit
|
||||
[ -x version.sh ] && ./version.sh >/dev/null
|
||||
cd build || exit
|
||||
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ..
|
||||
make
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user