Skip to content

Commit

Permalink
fix permission
Browse files Browse the repository at this point in the history
  • Loading branch information
pyama committed Jul 17, 2024
1 parent b4114f7 commit 260eca1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ deb: source_for_deb ## Packaging for DEB
dh_make --single --createorig -y && \
rm -rf debian/*.ex debian/*.EX debian/README.Debian && \
cp -v /stns/debian/* debian/ && \
sed -i -e 's/xenial/$(DIST)/g' debian/changelog && \
debuild -e DIST=$(DIST) -uc -us -a`dpkg --print-architecture`
sed -e 's/xenial/$(DIST)/g' -e 's/jammy/$(DIST)/g' /stns/debian/changelog > debian/changelog && \
debuild -e DIST=$(DIST) -uc -us -a `dpkg --print-architecture`
cd $(STNS_DIR) && \
find . -name "*.deb" | sed -e 's/\(\(.*libnss-stns-v2.*\).deb\)/mv \1 \2.$(DIST).deb/g' | sh && \
mkdir -p /stns/builds && \
Expand Down

0 comments on commit 260eca1

Please sign in to comment.