@eht16 commented on this pull request.


> +     sed -i -E "s/^!define PRODUCT_VERSION_ID \"@VERSION@.0.0\"/!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 /

Removed, thanks for the pointer.

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

Message ID: <geany/geany/pull/3315/review/1178243...@github.com>

Reply via email to