Fix @cwd command handling in plist.
modified libpkg/pkg_ports.c
@@ -60,7 +60,7 @@ struct keyword {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -157,10 +157,12 @@ setprefix(struct plist *p, char *line, struct file_attr *a)
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -236,7 +238,7 @@ meta_dirrm(struct plist *p, char *line, struct file_attr *a, bool try)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -304,7 +306,7 @@ file(struct plist *p, char *line, struct file_attr *a)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -958,7 +960,7 @@ flush_script_buffer(struct sbuf *buf, struct pkg *p, int type)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -969,7 +971,7 @@ ports_parse_plist(struct pkg *pkg, char *plist, const char *stage)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -998,9 +1000,11 @@ ports_parse_plist(struct pkg *pkg, char *plist, const char *stage)
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
| + | |
|
|
|
|
|