@kugel- commented on this pull request.


> +     sed -i -E "s/^!define PRODUCT_VERSION_ID \"@[email protected]\"/!define 
> PRODUCT_VERSION_ID \"${MAJOR}.${MINOR}.${PATCH}.90\"/" 
> ${GEANY_BUILD_DIR}/geany.nsi.in
+}
+
+
+build_geany() {
+       cd ${GEANY_BUILD_DIR}
+       log "Running autogen.sh"
+       ./autogen.sh
+       log "Running configure"
+       ./configure ${CONFIGURE_OPTIONS}
+       log "Running make"
+       make
+       log "Running install-strip"
+       make install-strip
+
+       cd /

????

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3315#pullrequestreview-1161032143
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/3315/review/[email protected]>

Reply via email to