Skip to content

Instantly share code, notes, and snippets.

@CounterPillow
Created October 26, 2015 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CounterPillow/99aa23bf2898f0bce74b to your computer and use it in GitHub Desktop.
Save CounterPillow/99aa23bf2898f0bce74b to your computer and use it in GitHub Desktop.
Snowmix build system patches
--- ini/Makefile.am 2015-10-26 18:28:47.631165505 +0100
+++ ini/Makefile_new.am 2015-10-26 18:53:43.926985177 +0100
@@ -1,2 +1,12 @@
-ini_DATA = *
+ini_DATA = audio basic_feeds.ini basis.ini camrelay-stream-ts Clock \
+demo-scenes DigitalClock DigitalCounter DigitalMeter example-3vfeed \
+gl_test2.ini intercom logotest logotest2 minimal minimal-1feed \
+minimal-1feed.ini minimal.ini mosaic-basis ninefeeds.ini saphire-audio \
+saphire-basis.ini saphire-DigitalCounter saphire-DigitalMeter saphire-Radar \
+saphire-shape sapphire-audio sapphire-basis.ini sapphire-clocks sapphire-feeds \
+sapphire-radar sapphire-scenes sapphire-texts shape-test.ini text_tutorial.ini \
+tm65-audio tm65-basis-720p.ini tm65-basis.ini tm65-shape \
+tm65-virtual_feeds-720p.ini tm65-virtual_feeds.ini udprelay videomixer.ini \
+virtual_feeds_2.ini virtual_feeds.ini
+
inidir = $(libdir)/Snowmix-@SNOWMIX_VERSION@/ini
--- tcl/Makefile.am 2015-02-04 02:49:24.000000000 +0100
+++ tcl/Makefile_new.am 2015-10-26 17:53:44.914291480 +0100
@@ -1,9 +1,9 @@
tcl_SCRIPTS = *.tcl
-tcldir = $(DESTDIR)$(libdir)/Snowmix-@SNOWMIX_VERSION@/tcl
+tcldir = $(libdir)/Snowmix-@SNOWMIX_VERSION@/tcl
install-exec-hook:
- $(MKDIR_P) $(tcldir) && \
- cd $(tcldir) && \
+ $(MKDIR_P) $(DESTDIR)$(tcldir) && \
+ cd $(DESTDIR)$(tcldir) && \
$(LN_S) -f ../images/tcl_images images && \
cd $(DESTDIR)$(bindir) && \
$(LN_S) -f ../lib/Snowmix-$(VERSION)/tcl/snowcub.tcl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment