Files
BMLFS/build-scripts/ifuse-master.build

10 lines
244 B
Bash

#! /bin/bash
# iFuse 1.1.4
# source: https://github.com/libimobiledevice/ifuse/archive/master.zip
./autogen.sh --prefix=/usr $BUILDTRUPLE &&
read -p "Compile?" && make -j2 &&
read -p "Install?" && sudo -S porg -lp ifuse-1.1.3 "make install"