]> git.pld-linux.org Git - packages/zfs.git/blob - am.patch
- updated to 0.8.4
[packages/zfs.git] / am.patch
1 diff --git a/Makefile.am b/Makefile.am
2 index 55cae89fa..8ce1af3b8 100644
3 --- a/Makefile.am
4 +++ b/Makefile.am
5 @@ -9,13 +9,13 @@ if CONFIG_USER
6  SUBDIRS += udev etc man scripts lib tests cmd contrib
7  endif
8  if CONFIG_KERNEL
9 -SUBDIRS += module
10 +SUBDIRS += scripts module
11  
12  extradir = $(prefix)/src/zfs-$(VERSION)
13 -extra_HEADERS = zfs.release.in zfs_config.h.in
14 +extra_HEADERS = zfs.release zfs_config.h
15  
16  kerneldir = $(prefix)/src/zfs-$(VERSION)/$(LINUX_VERSION)
17 -nodist_kernel_HEADERS = zfs.release zfs_config.h module/$(LINUX_SYMBOLS)
18 +nodist_kernel_HEADERS = zfs.release.in zfs_config.h.in module/$(LINUX_SYMBOLS)
19  endif
20  
21  AUTOMAKE_OPTIONS = foreign
22 @@ -54,8 +54,8 @@ install-data-hook:
23         cd $(DESTDIR)$(prefix)/src/spl-$(VERSION) && \
24         ln -s ../zfs-$(VERSION)/include/spl include && \
25         ln -s ../zfs-$(VERSION)/$(LINUX_VERSION) $(LINUX_VERSION) && \
26 -       ln -s ../zfs-$(VERSION)/zfs_config.h.in spl_config.h.in && \
27 -       ln -s ../zfs-$(VERSION)/zfs.release.in spl.release.in && \
28 +       ln -s ../zfs-$(VERSION)/zfs_config.h spl_config.h && \
29 +       ln -s ../zfs-$(VERSION)/zfs.release spl.release && \
30         cd $(DESTDIR)$(prefix)/src/zfs-$(VERSION)/$(LINUX_VERSION) && \
31         ln -fs zfs_config.h spl_config.h && \
32         ln -fs zfs.release spl.release
This page took 0.059887 seconds and 3 git commands to generate.