summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlban Browaeys <prahal@yahoo.com>2012-04-10 12:35:18 +0200
committerSergey V. Udaltsov <svu@gnome.org>2012-04-10 13:49:44 +0100
commitb34de22efc5d7849c2fef47e4e9e0dba7311cd8e (patch)
treea4d55d72ed0b30ff0b78b3f44d3207cabbba39ca /test
parentaef59815d15713b9e6d33ef066ba66206abc01e2 (diff)
downloadlibgnomekbd-b34de22efc5d7849c2fef47e4e9e0dba7311cd8e.tar.gz
install : fix install with a DESTDIR (jhbuild)
Spurious double quotes around uidir and iconsdir makes install attempt to install in '<DESTDIR>"<iconsdir>"' ie '/opt/gnome/_jhbuild/root-libgnomekbd\"/opt/gnome/share/libgnomekb/icons\"' Then install fails to install the data files into the correct directory: '/opt/gnome/_jhbuild/root-libgnomekbd/opt/gnome/share/libgnomekb/icons'. It looks like the for loop to install items expands the icons and ui dirs while the mkdir -p does not. Fix this issue by removing the double quotes in th Makefile.am around the iconsdir and uidir assignments.
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions