Add support for Unix lookup by name to user-uid and user-gid
[sxemacs] / contrib / make-pkg.sh
index 7f1fc36..e7615e8 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 # (C) 2008 Nelson Ferreira
-#   
+#
 # This program is free software; you can redistribute it and/or modify it
 # under a BSD-like licence.
 #
@@ -89,4 +89,4 @@ tar --create --owner=0 --group=0 --gzip --file "${DEST}" "${BASE}"
 md5sum "${DEST}" > "${DEST}.md5"
 /bin/rm -rf "${BASE}"
 cd "$CURDIR"
-echo "Done"
\ No newline at end of file
+echo "Done"