Ah yes, try that this way:
override-build: |
snapcraftctl build
for dir in $SNAPCRAFT_PART_INSTALL/usr/lib/<em>/; do
# ... you get the idea
Ah yes, try that this way:
override-build: |
snapcraftctl build
for dir in $SNAPCRAFT_PART_INSTALL/usr/lib/<em>/; do
# ... you get the idea