index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-10-15 13:07:28 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-10-15 13:07:28 +0200 |
commit | 2cb0f69faf7e548b0c8d927eabcf24e31898e837 (patch) | |
tree | 8e98f210436395737966c4ea65807b288f82a4df /bin | |
parent | 7100f95150b58eecb74ec397401dc3628e1e7822 (diff) |
-rwxr-xr-x | bin/return-assignment | 2 |
diff --git a/bin/return-assignment b/bin/return-assignment index 2a7598b..0d40123 100755 --- a/bin/return-assignment +++ b/bin/return-assignment @@ -1024,7 +1024,7 @@ cut -d' ' -f4,5 "${tmp_dir}/repository-ids" | \ printf 'DELETE `dependencies`' printf ' FROM `nl`' printf ' JOIN `dependencies`' - printf ' ON `dependencies`.`depending_on`=`nl`.`pkgid`;\n' + printf ' ON `dependencies`.`dependent`=`nl`.`pkgid`;\n' printf 'INSERT IGNORE INTO `dependencies` (`dependent`,`depending_on`,`dependency_type`,`version_relation`,`version`)' fi |