Skip to content

Commit fcfe09e

Browse files
committed
keep sbin for now
1 parent 57e296c commit fcfe09e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packaging/rpm/rsampling.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Simple reservoir sampling.
2424

2525
%install
2626
# create directories where the files will be located
27-
mkdir -p $RPM_BUILD_ROOT/usr/local/bin
27+
mkdir -p $RPM_BUILD_ROOT/usr/local/sbin
2828

2929
# put the files in to the relevant directories.
3030
# the argument on -m is the permissions expressed as octal. (See chmod man page for details.)
31-
install -m 755 rsampling $RPM_BUILD_ROOT/usr/local/bin
31+
install -m 755 rsampling $RPM_BUILD_ROOT/usr/local/sbin
3232

3333
# mkdir -p $RPM_BUILD_ROOT/usr/local/share/man/man1
3434
# install -m 644 rsampling.1 $RPM_BUILD_ROOT/usr/local/share/man/man1/rsampling.1

0 commit comments

Comments
 (0)