mirror of
https://github.com/termux/termux-packages.git
synced 2025-08-20 08:24:38 +00:00
23 lines
990 B
Diff
23 lines
990 B
Diff
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -31,8 +31,8 @@
|
|
# Running gst inside the build directory...
|
|
|
|
GST_OPTS = --kernel-dir "@srcdir@/kernel" --image gst.im
|
|
-GST = $(WINEWRAPPER) ./gst$(EXEEXT) --no-user-files $(GST_OPTS)
|
|
-GST_PACKAGE = XZIP="$(XZIP)" $(WINEWRAPPER) ./gst-tool$(EXEEXT) gst-package $(GST_OPTS)
|
|
+GST = $(WINEWRAPPER) ../host-build/.libs/gst --no-user-files $(GST_OPTS)
|
|
+GST_PACKAGE = XZIP="$(XZIP)" $(WINEWRAPPER) ../host-build/.libs/gst-tool gst-package $(GST_OPTS)
|
|
|
|
|
|
###########################################################
|
|
@@ -218,7 +218,7 @@
|
|
--srcdir "$(srcdir)" $(srcdir)/packages.xml
|
|
$(mkdir_p) $(DESTDIR)$(imagedir)
|
|
cd $(DESTDIR)$(imagedir) && \
|
|
- $(WINEWRAPPER) "$(abs_top_builddir)/gst$(EXEEXT)" --no-user-files -iS \
|
|
+ $(WINEWRAPPER) "@TERMUX_PKG_HOSTBUILD_DIR@/.libs/gst" --no-user-files -iS \
|
|
--kernel-dir "$(DESTDIR)$(pkgdatadir)/kernel" \
|
|
--image "$(DESTDIR)$(imagedir)/gst.im" \
|
|
-f "@abs_top_srcdir@/scripts/Finish.st" \
|