5 lines
92 B
Bash
Executable File
5 lines
92 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
make PREFIX=/usr exif=1 help=1 stat64=1
|
|
make PREFIX=/usr DESTDIR="$1" install
|