mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
075ebb2daf
ecasound.rb was being installed in package's root dir. Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
12 lines
560 B
Diff
12 lines
560 B
Diff
diff -aur ecasound-2.9.0.orig/configure ecasound-2.9.0/configure
|
|
--- ecasound-2.9.0.orig/configure 2013-03-26 17:14:51.759045636 +0800
|
|
+++ ecasound-2.9.0/configure 2013-03-26 17:15:50.502060731 +0800
|
|
@@ -6535,7 +6535,7 @@
|
|
rubyecasound_support=no
|
|
ECA_S_RUBY_SITEDIR=""
|
|
else
|
|
- ECA_S_RUBY_SITEDIR="`ruby -e 'require "rbconfig"; include Config; print CONFIG["sitedir"] + "/" + CONFIG["MAJOR"] + "." + CONFIG["MINOR"]'`"
|
|
+ ECA_S_RUBY_SITEDIR="`ruby -e 'include RbConfig; print CONFIG["vendordir"] + "/" + CONFIG["MAJOR"] + "." + CONFIG["MINOR"]'`"
|
|
fi
|
|
|
|
|