Created
October 26, 2015 19:20
-
-
Save CounterPillow/99aa23bf2898f0bce74b to your computer and use it in GitHub Desktop.
Snowmix build system patches
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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