File Snowmix-0.5.1_dir.patch of Package snowmix (Revision 280f504aabf939f71a242021e7a8aa42)
Currently displaying revision 280f504aabf939f71a242021e7a8aa42 , Show latest
33
1
diff -U 3 -dHrN Snowmix-0.5.1.orig/scripts/Makefile.am Snowmix-0.5.1/scripts/Makefile.am
2
--- Snowmix-0.5.1.orig/scripts/Makefile.am 2015-02-04 14:01:24.000000000 +0300
3
+++ Snowmix-0.5.1/scripts/Makefile.am 2016-02-24 23:12:04.363518550 +0300
4
5
6
install-exec-hook:
7
cd $(DESTDIR)$(bindir) && \
8
- for file in $(scripts_SCRIPTS) ; do $(LN_S) -f ../lib/Snowmix-$(VERSION)/scripts/$$file ; done && \
9
- $(LN_S) -f ../lib/Snowmix-$(VERSION)/scripts/demo snowmix_demo
10
+ for file in $(scripts_SCRIPTS) ; do $(LN_S) -f ../share/Snowmix-$(VERSION)/scripts/$$file ; done && \
11
+ $(LN_S) -f ../share/Snowmix-$(VERSION)/scripts/demo snowmix_demo
12
13
uninstall-hook:
14
cd $(DESTDIR)$(libdir)/Snowmix-$(VERSION)/scripts && \
15
diff -U 3 -dHrN Snowmix-0.5.1.orig/tcl/Makefile.am Snowmix-0.5.1/tcl/Makefile.am
16
--- Snowmix-0.5.1.orig/tcl/Makefile.am 2016-01-29 01:47:31.000000000 +0300
17
+++ Snowmix-0.5.1/tcl/Makefile.am 2016-02-24 23:14:05.829588681 +0300
18
19
$(LN_S) -f snowscene.tcl snowoutput.tcl && \
20
$(LN_S) -f snowscene.tcl snowrelay.tcl && \
21
cd $(DESTDIR)$(bindir) && \
22
- $(LN_S) -f ../lib/Snowmix-$(VERSION)/tcl/snowscene.tcl && \
23
- $(LN_S) -f ../lib/Snowmix-$(VERSION)/tcl/snowscene.tcl snowaudio.tcl && \
24
- $(LN_S) -f ../lib/Snowmix-$(VERSION)/tcl/snowscene.tcl snowoutput.tcl && \
25
- $(LN_S) -f ../lib/Snowmix-$(VERSION)/tcl/snowscene.tcl snowrelay.tcl
26
+ $(LN_S) -f ../share/Snowmix-$(VERSION)/tcl/snowscene.tcl && \
27
+ $(LN_S) -f ../share/Snowmix-$(VERSION)/tcl/snowscene.tcl snowaudio.tcl && \
28
+ $(LN_S) -f ../share/Snowmix-$(VERSION)/tcl/snowscene.tcl snowoutput.tcl && \
29
+ $(LN_S) -f ../share/Snowmix-$(VERSION)/tcl/snowscene.tcl snowrelay.tcl
30
31
uninstall-hook:
32
if test -h $(DESTDIR)$(bindir)/snowaudio.tcl ; then rm $(DESTDIR)$(bindir)/snowaudio.tcl ; fi && \
33