diff options
author | Christian Hesse <mail@eworm.de> | 2014-04-04 13:54:19 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-04-04 13:54:19 +0200 |
commit | df8ef9de6a212432b4fd9ab0d96348d571159278 (patch) | |
tree | d8b541692e805030d10f45248481dfcc698b1ea6 | |
parent | 7938b79ed1c3f38cd39d87a47131b18923069413 (diff) | |
download | mkinitcpio-ykfde-df8ef9de6a212432b4fd9ab0d96348d571159278.tar.gz mkinitcpio-ykfde-df8ef9de6a212432b4fd9ab0d96348d571159278.tar.zst |
fix indention and uncomment version
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ INSTALL := install MD := markdown RM := rm # this is just a fallback in case you do not use git but downloaded -# # a release tarball... -# VERSION := 0.3.0 +# a release tarball... +VERSION := 0.3.0 all: udev/ykfde README.html |