1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

* Remove absolute path.

svn path=/nixpkgs/trunk/; revision=343
This commit is contained in:
Eelco Dolstra 2003-08-22 15:07:57 +00:00
parent f11574c91d
commit 84245ad51e

View file

@ -1,6 +1,6 @@
#! /bin/sh
export PATH=/bin:/usr/bin
. $stdenv/setup || exit 1
mkdir $out || exit 1
cd $out || exit 1