$(BUILDDIR)/$(PACKAGE)/$(BINDIR)/albentohandy:
mkdir --parents $(@D)
sed 's/# LIB_PATH/LIB_PATH/' $(SRCDIR)/albentohandy > $(@)
+ chmod 755 $(@)
shellcheck $(@)
$(BUILDDIR)/$(PACKAGE)/$(LIBDIR)/vorbis.sh:
mkdir --parents $(@D)
cp $(SRCDIR)/lib/vorbis.sh $(@)
+ chmod 755 $(@)
shellcheck $(@)
$(BUILDDIR)/$(PACKAGE)/$(LIBDIR)/mp3.sh:
mkdir --parents $(@D)
cp $(SRCDIR)/lib/mp3.sh $(@)
+ chmod 755 $(@)
shellcheck $(@)
$(BUILDDIR)/$(PACKAGE)/$(LIBDIR)/opus.sh:
mkdir --parents $(@D)
cp $(SRCDIR)/lib/opus.sh $(@)
+ chmod 755 $(@)
shellcheck $(@)
$(BUILDDIR)/$(PACKAGE)/$(LIBDIR)/flac.sh:
mkdir --parents $(@D)
cp $(SRCDIR)/lib/flac.sh $(@)
+ chmod 755 $(@)
shellcheck $(@)
$(BUILDDIR)/$(PACKAGE)/$(SHAREDIR)/albentohandy.conf:
mkdir --parents $(@D)
cp $(SRCDIR)/albentohandy.conf $(@)
+ chmod 644 $(@)
$(BUILDDIR)/$(PACKAGE)/$(SHAREDIR)/copyright:
mkdir --parents $(@D)
cp $(SRCDIR)/debian/copyright $(@)
+ chmod 644 $(@)
$(BUILDDIR)/$(PACKAGE)/$(SHAREDIR)/changelog.gz:
mkdir --parents $(@D)
gzip --stdout --no-name --best $(SRCDIR)/debian/changelog > $(@)
+ chmod 644 $(@)
$(BUILDDIR)/$(PACKAGE)/DEBIAN/control:
mkdir --parents $(@D)