Skip to content

Commit dbe8898

Browse files
committed
stuff
1 parent 82eb30e commit dbe8898

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build/msys2/PKGBUILD.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ noextract=()
3131
md5sums=()
3232
validpgpkeys=()
3333

34-
rootDir=$(pwd)/.. # project root directory
34+
rootDir=$(pwd)/../.. # project root directory
3535

3636
prepare() {
3737
cd "$rootDir"

src/makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
include $(d)prorab.mk
22

3+
ifeq ($(PREFIX),) # PREFIX is environment variable, but if it is not set, then set default value
4+
PREFIX := /usr/local
5+
endif
6+
37
# NOTE: verbatim define := does not work in make 3.81
48
define this_rules
59
install::

0 commit comments

Comments
 (0)