Skip to content

Commit

Permalink
add release
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Aug 10, 2023
1 parent f426164 commit 2fab9ae
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions solv-debian/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ override_dh_auto_install:
mkdir -p debian/solv/usr/bin/
mkdir -p debian/solv/usr/share/solv/

# Check if index.js exists in the expected location
if [ ! -f usr/share/solv/index.js ]; then
echo "Error: index.js is not found in usr/share/solv/"
exit 1
fi

# Install the solv script to the appropriate location
echo '#!/bin/sh' > solv
echo 'node /usr/share/solv/index.js' >> solv
Expand Down

0 comments on commit 2fab9ae

Please sign in to comment.