You need to sign in or sign up before continuing.
epsonscan2.sh 189 Bytes
Newer Older
1 2 3 4 5 6 7
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"

. $(dirname $0)/common.sh

Vitaly Lipatov's avatar
Vitaly Lipatov committed
8 9 10
add_unirequires udev

fix_desktop_file /usr/bin/epsonscan2
11

12
add_libs_requires
13