enlightenment-module-desksa.../meson_modules.sh

7 lines
104 B
Bash
Raw Normal View History

2017-08-04 13:24:58 -07:00
#!/bin/sh
for x in "$@" ; do
dir="$(dirname $x)"
mv "$DESTDIR"/"$x" "$DESTDIR"/"$dir"/module.so
done