* [PATCH] install standard {fsck,mkfs}.reiserfs symlinks @ 2009-01-17 16:19 Mike Frysinger [not found] ` <507595E5.8050409@gmail.com> 0 siblings, 1 reply; 2+ messages in thread From: Mike Frysinger @ 2009-01-17 16:19 UTC (permalink / raw) To: reiserfs-devel Since utilities expect to be able to run `mkfs.$FS` and `fsck.$FS`, reiserfs should install symlinks for these to the right place. Signed-off-by: Mike Frysinger <vapier@gentoo.org> --- fsck/Makefile.am | 2 ++ mkreiserfs/Makefile.am | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/fsck/Makefile.am b/fsck/Makefile.am index 7b1013c..f2f0d9a 100644 --- a/fsck/Makefile.am +++ b/fsck/Makefile.am @@ -9,3 +9,5 @@ EXTRA_DIST = $(man_MANS) reiserfsck_LDADD = $(top_srcdir)/reiserfscore/libcore.a $(top_srcdir)/lib/libmisc.a +install-exec-hook: + $(LN_S) reiserfsck $(DESTDIR)$(sbindir)/fsck.reiserfs diff --git a/mkreiserfs/Makefile.am b/mkreiserfs/Makefile.am index 72cd707..aed0cfa 100644 --- a/mkreiserfs/Makefile.am +++ b/mkreiserfs/Makefile.am @@ -6,3 +6,5 @@ EXTRA_DIST = $(man_MANS) LDADD = $(top_srcdir)/reiserfscore/libcore.a $(top_srcdir)/lib/libmisc.a +install-exec-hook: + $(LN_S) mkreiserfs $(DESTDIR)$(sbindir)/mkfs.reiserfs -- 1.6.1 ^ permalink raw reply related [flat|nested] 2+ messages in thread
[parent not found: <507595E5.8050409@gmail.com>]
* Re: Fwd: [PATCH] install standard {fsck,mkfs}.reiserfs symlinks [not found] ` <507595E5.8050409@gmail.com> @ 2012-10-11 15:54 ` Jeff Mahoney 0 siblings, 0 replies; 2+ messages in thread From: Jeff Mahoney @ 2012-10-11 15:54 UTC (permalink / raw) To: Edward Shishkin; +Cc: reiserfs-devel -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 10/10/12 11:36 AM, Edward Shishkin wrote: > > > > -------- Original Message -------- Subject: [PATCH] install > standard {fsck,mkfs}.reiserfs symlinks Date: Sat, 17 Jan 2009 > 11:19:38 -0500 From: Mike Frysinger <vapier@gentoo.org> To: > reiserfs-devel@vger.kernel.org > > > > Since utilities expect to be able to run `mkfs.$FS` and > `fsck.$FS`, reiserfs should install symlinks for these to the right > place. > > Signed-off-by: Mike Frysinger <vapier@gentoo.org> --- > fsck/Makefile.am | 2 ++ mkreiserfs/Makefile.am | 2 ++ 2 > files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/fsck/Makefile.am b/fsck/Makefile.am index > 7b1013c..f2f0d9a 100644 --- a/fsck/Makefile.am +++ > b/fsck/Makefile.am @@ -9,3 +9,5 @@ EXTRA_DIST = $(man_MANS) > > reiserfsck_LDADD = $(top_srcdir)/reiserfscore/libcore.a > $(top_srcdir)/lib/libmisc.a > > +install-exec-hook: + $(LN_S) reiserfsck > $(DESTDIR)$(sbindir)/fsck.reiserfs diff --git > a/mkreiserfs/Makefile.am b/mkreiserfs/Makefile.am index > 72cd707..aed0cfa 100644 --- a/mkreiserfs/Makefile.am +++ > b/mkreiserfs/Makefile.am @@ -6,3 +6,5 @@ EXTRA_DIST = $(man_MANS) > > LDADD = $(top_srcdir)/reiserfscore/libcore.a > $(top_srcdir)/lib/libmisc.a > > +install-exec-hook: + $(LN_S) mkreiserfs > $(DESTDIR)$(sbindir)/mkfs.reiserfs -- 1.6.1 > Applied. - -Jeff - -- Jeff Mahoney SUSE Labs -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.18 (Darwin) Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iQIcBAEBAgAGBQJQduutAAoJEB57S2MheeWymYwQALofasyFtF5LnjwiaYf6sIMm psfcgi6MqWiItAlVMK5PucI0Dpear5E3vfvidQxckdWzeTt6FJcHy2yZlwKp0MsP iAhqvKt2mzABs77iqxAxazVxgrULfrwEPpyC1Tg7aCgp98AurqTwi8DsuR4C+a2B y6Os0jkeqOs7tb5kFQqSiuBpX1ixQrEKw1xaM8VnBxr5l1p2PcNkPK/ht0w31bUD y0fhZRdLsXkGurtJmEKY9aTcU6wxskelRn59hhdZvjxCWOvhoJJbWc+50/BYUGyO mByrXWL8EJev/2ngYLirpZfOSbp4IZj6gFu++54n4I5Jf7cvIA4LSA2XE28BLyCD mH/9Y/yKfPEyZ/b8zrGHz3Xdf/iNAFpq8wl7wo6ddht0wXPUiPxxKArQlBTXv+j3 nQVrCsLeyg7rBVRAMiDdYHLh6LEaND4xg1par/rRYFIYOArBrUxWNDQ11klRmdpL HUPZ9qE/Zy4fLCcoPnWTp1zbjt8DDQvms0wI4v7TcNWMjvob4HdYGn40uGFtoefP VeqoTTS47Aw/cHmHo59hsA0Gtg5tXQX9T2W6HwOSmZCwh2hdQHuzLGzBCv3yBjR+ dGCJvO6qDmzryLUQnyBUZL4W0Ym9BLCI4vcfHdp14LppgQrlpcP/Tydq0xANdGiV SRYezUGkDMYuxMsUyDOO =hrUR -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-11 15:54 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2009-01-17 16:19 [PATCH] install standard {fsck,mkfs}.reiserfs symlinks Mike Frysinger [not found] ` <507595E5.8050409@gmail.com> 2012-10-11 15:54 ` Fwd: " Jeff Mahoney
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).