summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorArmijn Hemel <armijn@gpl-violations.org>2008-02-26 20:25:21 +0000
committerArmijn Hemel <armijn@gpl-violations.org>2008-02-26 20:25:21 +0000
commit968e4cfe3f75e680ede8ea6542528643030bf8b9 (patch)
tree71d300111d2de438a07b2be503b833328eadf0db /pkgs/desktops
parentd1b9dcd68fd024cf8961aa64c0cdea59a1d23d75 (diff)
downloadnixlib-968e4cfe3f75e680ede8ea6542528643030bf8b9.tar
nixlib-968e4cfe3f75e680ede8ea6542528643030bf8b9.tar.gz
nixlib-968e4cfe3f75e680ede8ea6542528643030bf8b9.tar.bz2
nixlib-968e4cfe3f75e680ede8ea6542528643030bf8b9.tar.lz
nixlib-968e4cfe3f75e680ede8ea6542528643030bf8b9.tar.xz
nixlib-968e4cfe3f75e680ede8ea6542528643030bf8b9.tar.zst
nixlib-968e4cfe3f75e680ede8ea6542528643030bf8b9.zip
actually rename the comments in make-listing.pl to make-listing.pl instead of make-listing.sh
svn path=/nixpkgs/trunk/; revision=10866
Diffstat (limited to 'pkgs/desktops')
-rwxr-xr-xpkgs/desktops/gnome/make-listing.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/gnome/make-listing.pl b/pkgs/desktops/gnome/make-listing.pl
index 3fc6d3fee667..3b55a214d177 100755
--- a/pkgs/desktops/gnome/make-listing.pl
+++ b/pkgs/desktops/gnome/make-listing.pl
@@ -3,7 +3,7 @@
 use strict;
 
 # Example use:
-# ./make-listing.sh \
+# ./make-listing.pl \
 #   http://ftp.gnome.org/pub/GNOME/platform/2.10/2.10.1/sources/ \
 #   http://ftp.gnome.org/pub/GNOME/platform/2.10/2.10.1/sources/MD5SUMS-for-bz2
 
@@ -11,7 +11,7 @@ my $baseURL = shift;
 my $md5URL = shift;
 
 print <<EOF
-# Note: this file was generated automatically by make-listing.sh!
+# Note: this file was generated automatically by make-listing.pl!
 
 {fetchurl} : {
 EOF