diff options
Diffstat (limited to 'debian/itzks-systems-smartboard.postinst')
-rwxr-xr-x | debian/itzks-systems-smartboard.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/itzks-systems-smartboard.postinst b/debian/itzks-systems-smartboard.postinst index 13704f2..ff935b6 100755 --- a/debian/itzks-systems-smartboard.postinst +++ b/debian/itzks-systems-smartboard.postinst @@ -123,7 +123,7 @@ case "$1" in if [ -d "$SMARTBOARD_CHROOT" ]; then cd /usr/share/itzks-systems-smartboard find * -type f | while read path; do - ln -fs /usr/share/itzks-systems-smartboard/$path /usr/share/$path + ln -fs /usr/share/itzks-systems-smartboard/$path /usr/share/$path done cd - 1>/dev/null |