Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix the @dirrm workaround
Baptiste Daroussin committed 14 years ago
commit a4d15a15566ddc28bd26c8718e97fca39641a91d
parent 07f292a559fb1476fe3cfec66f3a1a390a7b47ef
1 file changed +1 -1
modified libpkg/pkg_ports.c
@@ -142,7 +142,7 @@ ports_parse_plist(struct pkg *pkg, char *plist)

				if (sbuf_len(unexec_scripts) == 0)
					sbuf_cat(unexec_scripts, "#@unexec\n"); /* to be able to regenerate the @unexec in pkg2legacy */
-
				sbuf_printf(unexec_scripts, "#@dirrm \n", path);
+
				sbuf_printf(unexec_scripts, "#@dirrm %s\n", path);

				ret += pkg_adddir(pkg, path);