summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index ef56eb53..6539daf8 100644
--- a/.bashrc
+++ b/.bashrc
@@ -174,7 +174,7 @@ package-plan-unpack () {
package="$1"
patches="$HOME/src/package-plan/patches/${package%-*}/${package##*-}"
cd /tmp
- cabal unpack "$package"
+ cabal unpack --pristine "$package"
cd "$package"
mkdir -p "$patches"
ln -s "$patches" patches