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 f56cf70 commit 6eaf2cdCopy full SHA for 6eaf2cd
build/msys2/PKGBUILD.in
@@ -52,7 +52,8 @@ noextract=()
52
md5sums=()
53
validpgpkeys=()
54
55
-rootDir=$(pwd)/.. # project root directory
+# project root directory
56
+rootDir=$(pwd)/../..
57
58
prepare() {
59
cd "$rootDir"
doc/makefile
@@ -3,5 +3,6 @@ include prorab-doxygen.mk
3
4
this_out_dir := out
5
this_name := ruis-render-opengl
6
+this_version := $(shell myci-deb-version.sh)
7
8
$(eval $(prorab-build-doxygen))
pkg-config/makefile
@@ -2,3 +2,4 @@ include prorab.mk
2
include prorab-pkg-config.mk
$(eval $(prorab-pkg-config))
0 commit comments