index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2019-11-06 15:46:59 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-11-06 15:46:59 +1000 |
commit | 2dd7725f2a0cccd0a248531551c9fbea4ef35f1f (patch) | |
tree | a86384b38f0d0b8de755e8d61450742214bb2a6a /scripts | |
parent | 3a814ee6bca9ee24a868c0dc032b321048a53e08 (diff) |
-rw-r--r-- | scripts/Makefile.am | 3 | ||||
-rwxr-xr-x | scripts/makepkg-template.pl.in | 1 | ||||
-rw-r--r-- | scripts/makepkg.sh.in | 1 | ||||
-rw-r--r-- | scripts/pacman-db-upgrade.sh.in | 1 | ||||
-rw-r--r-- | scripts/pacman-key.sh.in | 1 | ||||
-rw-r--r-- | scripts/repo-add.sh.in | 1 |
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 3cb6c133..191fc3d3 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -186,8 +186,7 @@ edit = sed \ -e 's|@DEBUGSUFFIX[@]|$(DEBUGSUFFIX)|g' \ -e "s|@INODECMD[@]|$(INODECMD)|g" \ -e "s|@FILECMD[@]|$(FILECMD)|g" \ - -e 's|@SCRIPTNAME[@]|$@|g' \ - -e 's|@configure_input[@]|Generated from $<; do not edit by hand.|g' + -e 's|@SCRIPTNAME[@]|$@|g' ## All the scripts depend on Makefile so that they are rebuilt when the ## prefix etc. changes. Use chmod -w to prevent people from editing the diff --git a/scripts/makepkg-template.pl.in b/scripts/makepkg-template.pl.in index da5eba1b..762dd4be 100755 --- a/scripts/makepkg-template.pl.in +++ b/scripts/makepkg-template.pl.in @@ -1,6 +1,5 @@ #!/usr/bin/perl # makepkg-template - template system for makepkg -# @configure_input@ # # Copyright (c) 2013-2019 Pacman Development Team <pacman-dev@archlinux.org> # diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 22df1b9f..2deb61da 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -1,7 +1,6 @@ #!/bin/bash # # makepkg - make packages compatible for use with pacman -# @configure_input@ # # Copyright (c) 2006-2019 Pacman Development Team <pacman-dev@archlinux.org> # Copyright (c) 2002-2006 by Judd Vinet <jvinet@zeroflux.org> diff --git a/scripts/pacman-db-upgrade.sh.in b/scripts/pacman-db-upgrade.sh.in index 5d65bc88..4a904b6d 100644 --- a/scripts/pacman-db-upgrade.sh.in +++ b/scripts/pacman-db-upgrade.sh.in @@ -1,7 +1,6 @@ #!/bin/bash -e # # pacman-db-upgrade - upgrade the local pacman db to a newer format -# @configure_input@ # # Copyright (c) 2010-2019 Pacman Development Team <pacman-dev@archlinux.org> # diff --git a/scripts/pacman-key.sh.in b/scripts/pacman-key.sh.in index 366fd205..613b3514 100644 --- a/scripts/pacman-key.sh.in +++ b/scripts/pacman-key.sh.in @@ -2,7 +2,6 @@ # # pacman-key - manages pacman's keyring # Based on apt-key, from Debian -# @configure_input@ # # Copyright (c) 2010-2019 Pacman Development Team <pacman-dev@archlinux.org> # diff --git a/scripts/repo-add.sh.in b/scripts/repo-add.sh.in index caf1232d..f7dd8948 100644 --- a/scripts/repo-add.sh.in +++ b/scripts/repo-add.sh.in @@ -2,7 +2,6 @@ # # repo-add - add a package to a given repo database file # repo-remove - remove a package entry from a given repo database file -# @configure_input@ # # Copyright (c) 2006-2019 Pacman Development Team <pacman-dev@archlinux.org> # |