diff options
author | Dan McGee <dan@archlinux.org> | 2008-01-06 10:23:49 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-01-06 10:23:49 -0600 |
commit | d53388fb90ee9594e07b8f00cc45436e6318c972 (patch) | |
tree | 0c1f025fd7adaec0f787adca3393ef3a9ba51451 /contrib/README | |
parent | e0e33c329ff249d7862a0e7ec508794faa98efd8 (diff) | |
download | pacman-d53388fb90ee9594e07b8f00cc45436e6318c972.tar.xz |
install: install prototype PKGBUILD and install to datadir
Move the prototypes out of contrib/ and into the top level directory, and
install them to what is usually /usr/share/pacman/ on a package install.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'contrib/README')
-rw-r--r-- | contrib/README | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/README b/contrib/README index d8427037..c9ff86f4 100644 --- a/contrib/README +++ b/contrib/README @@ -1,8 +1,5 @@ Here is a brief description of the files included in this directory: -PKGBUILD.proto, proto.install - prototype PKGBUILD and install files for -creating packages using makepkg. - PKGBUILD.vim - a vim/gvim syntax file for PKGBUILDs. Colors known variable names, highlights common errors such as invalid characters in pkgname or pkgver, etc. |