diff options
author | sada <sada@FreeBSD.org> | 1999-07-06 02:59:58 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 1999-07-06 02:59:58 +0800 |
commit | f88dbc0471f6cda14ba029db2ad2516d923fd918 (patch) | |
tree | fa34a0dfef4a04adcb0f65d59ab3d04d01e3ee41 /news/leafnode+/files | |
parent | b657308f658cd9b38bd83a90d29cc86b1a9d4ba9 (diff) | |
download | freebsd-ports-graphics-f88dbc0471f6cda14ba029db2ad2516d923fd918.tar.gz freebsd-ports-graphics-f88dbc0471f6cda14ba029db2ad2516d923fd918.tar.zst freebsd-ports-graphics-f88dbc0471f6cda14ba029db2ad2516d923fd918.zip |
Unified the writing of working directories.
The `test .. || ..' style could abort the make process,
so changed to be using `if .. then' style.
Diffstat (limited to 'news/leafnode+/files')
-rw-r--r-- | news/leafnode+/files/INSTALL.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/news/leafnode+/files/INSTALL.in b/news/leafnode+/files/INSTALL.in index b8c1ccf4296..c71fb6930b6 100644 --- a/news/leafnode+/files/INSTALL.in +++ b/news/leafnode+/files/INSTALL.in @@ -1,4 +1,5 @@ #!/bin/sh +# $Id$ LIBDIR=@LIBDIR@ SPOOLDIR=@SPOOLDIR@ if [ x$2 = xPOST-INSTALL -a x$LEAFNODE_SETUP_WRKDIRS != x ]; then |