diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ # Makefile for mkinitcpio -VERSION = 0.6.6 +VERSION = 0.6.7 all: doc @@ -58,6 +58,7 @@ TARBALL_FILES = \ init_functions \ install \ load-modules.sh \ + 01-memdisk.rules \ mkinitcpio \ mkinitcpio.conf \ mkinitcpio.d \ |