Skip to content

Commit db200b0

Browse files
authored
cifs-utils - cleanup empty sbin/ dir (#47533)
cifs-utils is failing the usrmerge lint test because it contains an empty sbin/ directory. So get rid of that.
1 parent 7eaaf08 commit db200b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cifs-utils.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: cifs-utils
33
version: "7.2"
4-
epoch: 20
4+
epoch: 21
55
description: CIFS filesystem user-space tools
66
copyright:
77
- license: GPL-3.0-or-later
@@ -35,7 +35,6 @@ pipeline:
3535
- uses: autoconf/make
3636

3737
- runs: |
38-
mkdir -p ${{targets.destdir}}/sbin
3938
make install DESTDIR="${{targets.destdir}}" ROOTSBINDIR=/usr/bin
4039
4140
- uses: strip

0 commit comments

Comments
 (0)