3
0
Fork 0
forked from mirrors/nixpkgs

Remove debug line

This commit is contained in:
Eelco Dolstra 2014-04-18 02:31:10 +02:00
parent 12f06ae499
commit 64b968f81f

View file

@ -402,7 +402,6 @@ let
# Symlink all units provided listed in systemd.packages.
for i in ${toString cfg.packages}; do
files=$(echo $i/etc/systemd/${type}/* $i/lib/systemd/${type}/*)
echo $i: $files
if [ -n "$files" ]; then
ln -s $files $out/
fi