From 22f7be0d4d9d676d002cf0736edbc174f31cd238 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 3 Feb 2019 15:28:52 +0100 Subject: [PATCH] python3-llfuse: fix rootfile for non x86_64 builds Signed-off-by: Arne Fitzenreiter --- config/rootfiles/packages/python3-llfuse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/packages/python3-llfuse b/config/rootfiles/packages/python3-llfuse index 7d96ce7ddd..a41caf2b09 100644 --- a/config/rootfiles/packages/python3-llfuse +++ b/config/rootfiles/packages/python3-llfuse @@ -4,4 +4,4 @@ usr/lib/python3.6/site-packages/llfuse-1.3.5-py3.6.egg-info/SOURCES.txt usr/lib/python3.6/site-packages/llfuse-1.3.5-py3.6.egg-info/dependency_links.txt usr/lib/python3.6/site-packages/llfuse-1.3.5-py3.6.egg-info/top_level.txt usr/lib/python3.6/site-packages/llfuse-1.3.5-py3.6.egg-info/zip-safe -usr/lib/python3.6/site-packages/llfuse.cpython-36m-x86_64-linux-gnu.so +usr/lib/python3.6/site-packages/llfuse.cpython-36m-MACHINE-linux-gnu.so -- 2.39.2