summaryrefslogtreecommitdiff
path: root/Build/NullSoftInstaller.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-10 00:37:58 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-10 00:37:58 -0400
commitd1911399ab01c4377b9fbcdf517cafe2dc589d05 (patch)
treec428a0bfabc302eb45fd60f2aebb0dc4603ee208 /Build/NullSoftInstaller.hs
parent17b95ba8d6de903da6a91fe603e210912dfb7127 (diff)
typo
Diffstat (limited to 'Build/NullSoftInstaller.hs')
-rw-r--r--Build/NullSoftInstaller.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/NullSoftInstaller.hs b/Build/NullSoftInstaller.hs
index d50e66e24..6963329a5 100644
--- a/Build/NullSoftInstaller.hs
+++ b/Build/NullSoftInstaller.hs
@@ -117,7 +117,7 @@ makeInstaller gitannex license extrafiles = nsis $ do
mapM_ addfile extrafiles
writeUninstaller $ str uninstaller
uninstall $ do
- delete [RebootOk] $ startMenuItem
+ delete [RebootOK] $ startMenuItem
mapM_ (\f -> delete [RebootOK] $ fromString $ "$INSTDIR/" ++ f) $
[ gitannexprogram
, licensefile