Added a generator for CPAN expressions. Expressions often require manual editing, but still something..
svn path=/nixpkgs/trunk/; revision=11947
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#! /bin/sh
|
||||
|
||||
rm -rf test;
|
||||
mkdir test;
|
||||
for i in *.sh; do ln -s ../$i test; done;
|
||||
Reference in New Issue
Block a user