This website requires JavaScript.
Explore
Help
Sign In
c
/
mirror_zfs
Watch
1
Star
0
Fork
0
You've already forked mirror_zfs
mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced
2024-11-17 10:01:01 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6722be2823
mirror_zfs
/
contrib
/
initramfs
/
scripts
/
Makefile.am
7 lines
97 B
Makefile
Raw
Normal View
History
Unescape
Escape
install path fixes * rpm: correct pkgconfig path pkconfig files get installed to $datarootdir/pkgconfig but rpm expects them to be at $datadir. This works when $datarootdir==$datadir which is the case most of the time but will fail when they differ. * install: make initramfs-tools path static Since initramfs-tools' path is nothing we can control as it is an external package it does not make any sense to install zfs additions anywhere else. Simply use /usr/share/initramfs-tools as path. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Richard Laager <rlaager@wiktel.com> Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Closes #9087
2019-07-30 20:06:09 +03:00
scriptsdir
=
/usr/share/initramfs-tools/scripts
contrib/initramfs: switch to automake Use automake to build initramfs scripts and hooks. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: loli10K <ezomori.nozomu@gmail.com> Closes #6761
2017-11-08 01:53:57 +03:00
initramfs: Eliminate substitutions These are now handled in zfs-functions, so this is all duplicative and unnecessary. Signed-off-by: Richard Laager <rlaager@wiktel.com>
2020-02-23 03:09:55 +03:00
dist_scripts_DATA
=
\
contrib/initramfs: switch to automake Use automake to build initramfs scripts and hooks. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: loli10K <ezomori.nozomu@gmail.com> Closes #6761
2017-11-08 01:53:57 +03:00
zfs
SUBDIRS
=
local-top
Reference in New Issue
Copy Permalink