summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2017-04-17 02:24:10 +0200
committerFredrik Rinnestam <fredrik@crux.nu>2017-04-17 02:24:10 +0200
commitbefa5b77773adb4684f569a5a83b76353b6b8d54 (patch)
treeef0b7d72c9aa2b49f4eb8aaf39743bdf47f8ba98
parentb0f2f44f2410c382856aa0022e6764c2647117de (diff)
downloadprt-utils-befa5b77773adb4684f569a5a83b76353b6b8d54.tar.gz
prt-utils-befa5b77773adb4684f569a5a83b76353b6b8d54.tar.xz
prtcreate: Dont add Packager field
-rwxr-xr-xprtcreate4
1 files changed, 2 insertions, 2 deletions
diff --git a/prtcreate b/prtcreate
index 6f254c3..06c7189 100755
--- a/prtcreate
+++ b/prtcreate
@@ -1,7 +1,8 @@
#!/bin/sh
#
-# $Id: prtcreate,v 1.1.1.1 2003/08/27 11:43:05 opel Exp $
+# $Id: prtcreate,v 1.1.1.2 2017/04/17 02:23:32 opel Exp $
# (c) 2003 by Martin Opel <martin@obbl-net.de>
+# (c) 2017 by The CRUX Project
#
# May be redistributed and modified under the terms of the GPL
# only usable with CRUX Linux, version 1.0 or higher.
@@ -21,7 +22,6 @@ cat <<EOF > Pkgfile
# Description:
# URL:
# Maintainer:
-# Packager:
# Depends on:
name=`basename $PWD`

Generated by cgit