]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
library-bundler: fix path
authorThomas Debesse <dev@illwieckz.net>
Sat, 20 Feb 2021 13:20:28 +0000 (14:20 +0100)
committerThomas Debesse <dev@illwieckz.net>
Sat, 20 Feb 2021 19:38:26 +0000 (20:38 +0100)
path starting with // does not work on msys2
this was introduced by mistake anyway

library-bundler

index 62f48f12784bfe025c1bd779ff3861c147d913cf..bf8622c4932969406a85d312429957867969cd17 100755 (executable)
@@ -287,7 +287,7 @@ Multi::bundleGtkDepsFromFile () {
                                        "${bundle_dir}/${bundle_component_dir}"
 
                                touch -r \
-                                       "/${real_component_dir}" \
+                                       "${real_component_dir}" \
                                        "${bundle_dir}/${bundle_component_dir}"
 
                                Multi::rewriteLoadersCache "${bundle_dir}/${bundle_component_dir}"