mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
* Remove absolute path.
svn path=/nixpkgs/trunk/; revision=344
This commit is contained in:
parent
84245ad51e
commit
55c1068263
@ -2,7 +2,7 @@
|
||||
|
||||
envpkgs="$glib"
|
||||
. $stdenv/setup || exit 1
|
||||
export PATH=$pkgconfig/bin:/bin:/usr/bin
|
||||
export PATH=$pkgconfig/bin:$PATH
|
||||
|
||||
tar xvfz $src || exit 1
|
||||
cd gnet-* || exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user