forked from mirrors/nixpkgs
Oops, fixed typo from previous commit.
svn path=/nixpkgs/trunk/; revision=33656
This commit is contained in:
parent
8beb891d52
commit
b73fb52648
|
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||
"--with-x-app-defaults=\${out}/share/xscreensaver/app-defaults"
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
preConfigure =
|
||||
''
|
||||
sed -e 's%@GTK_DATADIR@%@datadir@% ; s%@PO_DATADIR@%@datadir@%' \
|
||||
-i driver/Makefile.in po/Makefile.in.in
|
||||
|
|
Loading…
Reference in a new issue