Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix the @dirrm workaround
Baptiste Daroussin committed 14 years ago
commit a4d15a15566ddc28bd26c8718e97fca39641a91d
parent 07f292a
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);