summaryrefslogtreecommitdiff
path: root/pkg/openbsd/gen.lua
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/openbsd/gen.lua')
-rw-r--r--pkg/openbsd/gen.lua12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkg/openbsd/gen.lua b/pkg/openbsd/gen.lua
index 68ad276c..09854203 100644
--- a/pkg/openbsd/gen.lua
+++ b/pkg/openbsd/gen.lua
@@ -87,13 +87,13 @@ exe('yacc', [[usr.bin/yacc/(
file('bin/yacc', '755', '$outdir/yacc')
man{'usr.bin/yacc/yacc.1'}
-fetch('curl', paths[['(
- ./(
+fetch('curl', paths[[
+ -s '/^/src\//' './(
bin/pax
include
lib/(libc/(crypt gen net stdlib string) libcrypto/arc4random)
usr.bin/(diff doas fmt nc patch yacc)
- )/*
- ;
- ./sys/sys/*
-)']])
+ )/*'
+ ';'
+ -s '/^/src\//' './sys/sys/*'
+]])