[Pkg-haskell-commits] darcs: tools: Fix spelling of script name
Colin Watson
cjwatson at debian.org
Mon May 27 13:53:01 UTC 2013
Mon May 27 13:52:51 UTC 2013 Colin Watson <cjwatson at debian.org>
* Fix spelling of script name
Ignore-this: 162846adb7aa9c86934c128b2e77201b
./all-packages/prisitine-package-database.sh -> ./all-packages/pristine-package-database.sh
Mon May 27 13:52:51 UTC 2013 Colin Watson <cjwatson at debian.org>
* Fix spelling of script name
Ignore-this: 162846adb7aa9c86934c128b2e77201b
diff -rN -u old-tools//all-packages/prisitine-package-database.sh new-tools//all-packages/prisitine-package-database.sh
--- old-tools//all-packages/prisitine-package-database.sh 2013-05-27 13:53:01.414538474 +0000
+++ new-tools//all-packages/prisitine-package-database.sh 1970-01-01 00:00:00.000000000 +0000
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-cd $(dirname $0)
-
-mkdir -p pkgdb
-
-rm -f pkgdb/*
-
-for file in $(dpkg -L ghc|grep package.conf.d)
-do
- if test -d $file; then continue; fi
- ln -s $file pkgdb/
-done
-
-ghc-pkg recache --package-db=pkgdb
-
diff -rN -u old-tools//all-packages/pristine-package-database.sh new-tools//all-packages/pristine-package-database.sh
--- old-tools//all-packages/pristine-package-database.sh 1970-01-01 00:00:00.000000000 +0000
+++ new-tools//all-packages/pristine-package-database.sh 2013-05-27 13:53:01.434542926 +0000
@@ -0,0 +1,16 @@
+#!/bin/bash
+
+cd $(dirname $0)
+
+mkdir -p pkgdb
+
+rm -f pkgdb/*
+
+for file in $(dpkg -L ghc|grep package.conf.d)
+do
+ if test -d $file; then continue; fi
+ ln -s $file pkgdb/
+done
+
+ghc-pkg recache --package-db=pkgdb
+
More information about the Pkg-haskell-commits
mailing list