diff options
| author | Joey Hess <joeyh@joeyh.name> | 2014-12-09 14:22:42 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2014-12-09 14:22:42 -0400 |
| commit | 9d06d2f835143c308bc409b7dc737c4292d9bc72 (patch) | |
| tree | fb151d5e2563953807432ccc85f90d414efe6b2e /src/Propellor/Property/Debootstrap.hs | |
| parent | 36eec4e2ea9fd22973dfb492363b407f1bcf621a (diff) | |
| parent | 2e2438ae66490a2a00972be16e95f0d9cda2f9ea (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property/Debootstrap.hs')
| -rw-r--r-- | src/Propellor/Property/Debootstrap.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Debootstrap.hs b/src/Propellor/Property/Debootstrap.hs index 0a7308ff..300edb42 100644 --- a/src/Propellor/Property/Debootstrap.hs +++ b/src/Propellor/Property/Debootstrap.hs @@ -233,7 +233,7 @@ makeWrapperScript dir = do ] modifyFileMode wrapperScript (addModes $ readModes ++ executeModes) --- Work around for http://bugs.debian.org/770217 +-- Work around for <http://bugs.debian.org/770217> makeDevicesTarball :: IO () makeDevicesTarball = do -- TODO append to tarball; avoid writing to /dev |
