Skip to content
Snippets Groups Projects
Commit dfe13958 authored by Fredrik Noring's avatar Fredrik Noring
Browse files

Small fix.

Rev: bin/mkpackage.pike:1.2
parent 310ee25c
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ class Package ...@@ -71,7 +71,7 @@ class Package
string setup = ("#!/bin/sh\n" string setup = ("#!/bin/sh\n"
"TARFILE=\"$1\"; shift; ARGS=''\n" "TARFILE=\"$1\"; shift; ARGS=''\n"
"CONTENTS=`tar tf \"$TARFILE\" | sed -ne '/^"+ "CONTENTS=`tar tf \"$TARFILE\" | sed -ne '/^"+
replace(install_filename, ".", "\\.")+"/,$p'`\n" (replace(install_filename, ".", "\\.")/"/")[-1]+"/,$p'`\n"
// Check all arguments for possible options. // Check all arguments for possible options.
"while [ $# != 0 ]\n" "while [ $# != 0 ]\n"
"do\n" "do\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment