summaryrefslogtreecommitdiff
path: root/nasm.spec.sed
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2017-04-23 18:52:58 -0700
committerH. Peter Anvin <hpa@zytor.com>2017-04-23 18:54:23 -0700
commit16ffec1864e1db49866ecd684ef98a2b2ba4cf3d (patch)
treeac26de435255c360441137c17887f687509b7666 /nasm.spec.sed
parentcf96845bf645266d7ec6e77a92086c8ed7a7803f (diff)
downloadnasm-16ffec1864e1db49866ecd684ef98a2b2ba4cf3d.tar.gz
nasm.spec: use a sed file to insert perl dependencies
There are just too many ways that an inline sed script can screw up. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'nasm.spec.sed')
-rw-r--r--nasm.spec.sed3
1 files changed, 3 insertions, 0 deletions
diff --git a/nasm.spec.sed b/nasm.spec.sed
new file mode 100644
index 00000000..ae0d039b
--- /dev/null
+++ b/nasm.spec.sed
@@ -0,0 +1,3 @@
+# Replace @@PERLBUILDREQS@@ with the file perlbreq.si
+/@@PERLBUILDREQS@@/{r perlbreq.si
+d}