Skip to content

Commit

Permalink
Reorganizing backend in source tree.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-baumann committed Jun 24, 2013
1 parent 63be2fe commit 9bb62c8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -4,7 +4,7 @@ SHELL := sh -e

LANGUAGES = $(shell cd manpages/po && ls)

SCRIPTS = backends/*/* bin/* scripts/*.sh scripts/*/*-*
SCRIPTS = backend/*/* bin/* scripts/*.sh scripts/*/*-*

all: build

Expand Down Expand Up @@ -47,9 +47,9 @@ install:

# Installing executables
mkdir -p $(DESTDIR)/usr/share/initramfs-tools/hooks
cp backends/initramfs-tools/live.hook $(DESTDIR)/usr/share/initramfs-tools/hooks/live
cp backend/initramfs-tools/live.hook $(DESTDIR)/usr/share/initramfs-tools/hooks/live
mkdir -p $(DESTDIR)/usr/share/initramfs-tools/scripts
cp backends/initramfs-tools/live.script $(DESTDIR)/usr/share/initramfs-tools/scripts/live
cp backend/initramfs-tools/live.script $(DESTDIR)/usr/share/initramfs-tools/scripts/live

# Installing docs
mkdir -p $(DESTDIR)/usr/share/doc/live-boot
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9bb62c8

Please sign in to comment.