diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-09-29 12:53:47 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-09-29 18:48:52 -0400 |
commit | 3473a80a47f2cadc729f3be05fa7485ae5b12e22 (patch) | |
tree | 11389bfb491fb51a09c254c7c8f9142b18a68b42 /doc/workflows.md | |
parent | 76ddd033cdd42887be4a0723e613df0f9e9c4b6a (diff) |
Strip trailing whitespace everywhere.
find * -type f -not -name '*.patch' -exec sed -i -r 's/\s+$//' {} +
Diffstat (limited to 'doc/workflows.md')
-rw-r--r-- | doc/workflows.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/workflows.md b/doc/workflows.md index f55ae7e..fe3c12e 100644 --- a/doc/workflows.md +++ b/doc/workflows.md @@ -28,7 +28,7 @@ This is how the chroot is configured: * Bind mount /var/cache/pacman/pkg to /chroot/var/cache/pacman/pkg * Put these on system's fstab so I don't have to do it everytime - + * Configure makepkg.conf to PKGDEST=CacheDir and SRCDEST to something on my home. Workflow: @@ -50,7 +50,7 @@ What this allows: * Building many packages in a row without recreating a chroot for every one of them. - + * Knowing that any change you made to the chroot stays as you want (no one touches your makepkg.conf) |