Tweak the packaging slightly

This commit is contained in:
espie 1999-10-07 14:22:36 +00:00
parent 1ebb36f0dc
commit 5dc30c71db

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $OpenBSD: bundle-readmes,v 1.1 1999/10/01 22:11:06 espie Exp $
# $OpenBSD: bundle-readmes,v 1.2 1999/10/07 14:22:36 espie Exp $
# Copyright (c) 1999
# Marc Espie. All rights reserved.
# Redistribution and use in source and binary forms, with or without
@ -26,5 +26,6 @@
# bundle all README.html files
PORTSDIR=/usr/ports
cd $PORTSDIR && make readmes
tar zcf readmes.tar.gz `cd $PORTSDIR && find . -name README.html`
cd $PORTSDIR &&
make readmes &&
tar -zcf ports-readmes.tar.gz -s/^\./ports/ `cd $PORTSDIR && find . -name README.html`