|
|
@@ -28,20 +28,6 @@ chmod 0644 $PKG/etc/$PRGNAM/config.toml
|
|
|
# Copy documentation (if any)
|
|
|
cp -a $CWD/slack-desc $PKG/install
|
|
|
echo "Config and script for managing BTRFS snapshots with elilo" > $PKG/usr/doc/$PRGNAM-$VERSION/README
|
|
|
-cp -a $CWD/snap-slack.py $PKG/usr/doc/$PRGNAM-$VERSION
|
|
|
-
|
|
|
-# Create the Slackware package description
|
|
|
-cat << EOF > $PKG/install/slack-desc
|
|
|
- |-----handy-ruler------------------------------------------------------|
|
|
|
-$PRGNAM: $PRGNAM (BTRFS snapshot manager with elilo integration)
|
|
|
-$PRGNAM:
|
|
|
-$PRGNAM: This script manages BTRFS snapshots and elilo bootloader entries for
|
|
|
-$PRGNAM: each snapshot.
|
|
|
-$PRGNAM:
|
|
|
-$PRGNAM: Version: $VERSION
|
|
|
-$PRGNAM: Homepage: https://example.com
|
|
|
-$PRGNAM:
|
|
|
-EOF
|
|
|
|
|
|
# Build the package
|
|
|
cd $PKG
|