summaryrefslogtreecommitdiff
path: root/sys-kernel/dkms/files/dkms-3.0.12-add-gentoo-os-id.patch
blob: 10bbacd4fdaedb3d070f68a6d3f696d16b9295ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/run_test.sh b/run_test.sh
index 4cda255..af089cb 100755
--- a/run_test.sh
+++ b/run_test.sh
@@ -245,7 +245,7 @@ case "${os_id}" in
     arch | debian | ubuntu)
         expected_dest_loc=updates/dkms
         ;;
-    alpine)
+    alpine | gentoo)
         expected_dest_loc=kernel/extra
         mod_compression_ext=.gz
         ;;