Skip to content

Commit

Permalink
Bump to 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zdykstra committed Dec 31, 2019
1 parent 7f09058 commit 5fecb80
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: install zfsbootmenu

install: zfsbootmenu
install -t $(DESTDIR)$(PREFIX)/etc/zfsbootmenu/ -D etc/zfsbootmenu/config.ini
install -t $(DESTDIR)$(PREFIX)/etc/zfsbootmenu/dracut.conf.d/ -D etc/zfsbootmenu/dracut.conf.d/*
install -m 0755 -t $(DESTDIR)$(PREFIX)/usr/lib/dracut/modules.d/90zfsbootmenu -D 90zfsbootmenu/*
install -m 0755 bin/generate-zbm $(DESTDIR)$(PREFIX)/bin/generate-zbm
install -t $(DESTDIR)/etc/zfsbootmenu/ -D etc/zfsbootmenu/config.ini
install -t $(DESTDIR)/etc/zfsbootmenu/dracut.conf.d/ -D etc/zfsbootmenu/dracut.conf.d/*
install -m 0755 -t $(DESTDIR)/usr/lib/dracut/modules.d/90zfsbootmenu -D 90zfsbootmenu/*
install -m 0755 -t $(DESTDIR)$(PREFIX)/bin/ -D bin/generate-zbm
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

2 changes: 1 addition & 1 deletion bin/generate-zbm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use strict;
use warnings;

our $VERSION = '0.7.5';
our $VERSION = '0.7.6';

use Getopt::Long qw(:config no_ignore_case auto_version);
use Pod::Usage qw(pod2usage);
Expand Down

0 comments on commit 5fecb80

Please sign in to comment.