aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg/files/patch-pkg__register.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/pkg/files/patch-pkg__register.c')
-rw-r--r--ports-mgmt/pkg/files/patch-pkg__register.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/ports-mgmt/pkg/files/patch-pkg__register.c b/ports-mgmt/pkg/files/patch-pkg__register.c
new file mode 100644
index 000000000000..ddb4bccbf270
--- /dev/null
+++ b/ports-mgmt/pkg/files/patch-pkg__register.c
@@ -0,0 +1,11 @@
+--- ./pkg/register.c.orig 2013-09-19 20:56:18.299519000 +0200
++++ ./pkg/register.c 2013-09-19 20:56:34.568231772 +0200
+@@ -285,7 +285,7 @@
+ */
+
+ if (!testing_mode)
+- pkg_analyse_files(db, pkg);
++ pkg_analyse_files(db, pkg, input_path);
+
+ pkg_get(pkg, PKG_ARCH, &arch);
+ if (arch == NULL) {