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:
Paul Davis 2013-01-27 02:20:19 +00:00
parent 517b6525b5
commit e9bbab839c

View file

@ -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