mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 06:07:29 +01:00
fix that last commit
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@14006 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
517b6525b5
commit
e9bbab839c
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ if [ x$patch != x ] ; then
|
|||
if uname -a | grep --silent arwin ; then
|
||||
patches=`ls $this_script_dir/current-gtk-patches/*.patch`
|
||||
else
|
||||
patches=`$this_script_dir/current-gtk-patches/gtkrelocation.patch`
|
||||
patches=$this_script_dir/current-gtk-patches/gtkrelocation.patch
|
||||
fi
|
||||
|
||||
for patch in $patches ; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue