Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit 974caa4

Browse files
committed
qa/post/path_issues: remove /run from known bad paths
1 parent 8b539a1 commit 974caa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/post/path_issues.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
##@copyright GPL-2.0+
44

55
for i in \
6-
bin sbin lib lib64 run usr/sbin usr/lib64 \
6+
bin sbin lib lib64 usr/sbin usr/lib64 \
77
usr/local usr/man usr/doc usr/etc usr/var; do
88
if [ -e "$PKGDIR"/${i} ]; then
99
aberr "QA (E321): Found known bad path in package:\n\n${i}\n" | \

0 commit comments

Comments
 (0)