diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3cee415a..7c3ee503 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -115,9 +115,9 @@ jobs: - sudo mv /usr/share/libwacom/wacom-intuos*.tablet /etc/libwacom - sudo mv /usr/share/libwacom/*.tablet /etc/libwacom - sudo mv /usr/share/libwacom/*.stylus /etc/libwacom - # split the libwacom.stylus file into to two files to check for + # split the wacom.stylus file into to two files to check for # accumlated loading - - sudo csplit data/libwacom.stylus '/^\[0x822\]/' && sudo mv xx00 /etc/libwacom/first.stylus && sudo mv xx01 /usr/share/libwacom/libwacom.stylus + - sudo csplit data/wacom.stylus '/^\[0x822\]/' && sudo mv xx00 /etc/libwacom/first.stylus && sudo mv xx01 /usr/share/libwacom/wacom.stylus steps: - uses: actions/checkout@v4 diff --git a/data/wacom.example b/data/wacom.example index be574f31..d3a079d3 100644 --- a/data/wacom.example +++ b/data/wacom.example @@ -133,7 +133,7 @@ Layout=wacom-bamboo-16fg-m-pt.svg # styli, so you can copy/paste the list from another definition. # # After that, you can try piecing the stylus list from the names of the -# styli in libwacom.stylus, using the Wacom webshop as a reference +# styli in wacom.stylus, using the Wacom webshop as a reference # (how many supported styli, what do they look like, etc.) # # Finally, if you cannot find any information about the styli supported diff --git a/data/libwacom.stylus b/data/wacom.stylus similarity index 100% rename from data/libwacom.stylus rename to data/wacom.stylus