From b656d1fe59b5f3d1903cde136a04499a7b419997 Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Wed, 3 Apr 2002 08:40:12 +0000 Subject: Imported from pacman-1.21.tar.gz --- makepkg.8.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) mode change 100755 => 100644 makepkg.8.in (limited to 'makepkg.8.in') diff --git a/makepkg.8.in b/makepkg.8.in old mode 100755 new mode 100644 index a7430770..baffbd20 --- a/makepkg.8.in +++ b/makepkg.8.in @@ -70,12 +70,13 @@ Notice that the "/usr" portion should be present with "prefix", but not "DESTDIR Once the package is successfully installed into the package root, \fImakepkg\fP will remove some directories (as per Arch Linux package guidelines; if you use this elsewhere, feel free to change it) like /usr/doc and /usr/info. It will -then strip debugging info from libraries and binaries and compress +then strip debugging info from libraries and binaries and compress everything +into a .pkg.tar.gz file in the directory you ran \fBmakepkg\fP from. .SH PKGBUILD Directives .TP .B backup -A space-delimited array of filenames (without a preceiding slash). The +A space-delimited array of filenames (without a preceding slash). The \fIbackup\fP line will be propagated to the package meta-info file for pacman. This will designate all files listed there to be backed up if this package is ever removed from a system. @@ -92,7 +93,7 @@ by wget. .B install There is also an \fIinstall\fP directive that is not used in the example above. If \fIinstall\fP is set to the name of a file in the package build -directory (but \fBnot\fP listed in the source line), then it will be +directory, then it will be copied to the package meta-info file and designated as a post-install script. This will be run by pacman whenever it installs the package. -- cgit v1.2.3-24-g4f1b