mirror of
https://github.com/0x5t4l1n/NexTOR_IP_CHANGER.git
synced 2026-05-26 19:56:30 +00:00
Fix make target and escape sequence warnings
This commit is contained in:
Vendored
-3
@@ -18,9 +18,6 @@ override_dh_auto_test:
|
||||
override_dh_auto_install:
|
||||
dh_auto_install
|
||||
# Create nextor wrapper script in /usr/bin
|
||||
$(MAKE) -B --directory=debian install-wrapper
|
||||
|
||||
install-wrapper:
|
||||
mkdir -p debian/nextor/usr/bin
|
||||
echo '#!/usr/bin/python3' > debian/nextor/usr/bin/nextor
|
||||
echo 'from Nex_Tor_IP_changer.NexTOR import main' >> debian/nextor/usr/bin/nextor
|
||||
|
||||
Reference in New Issue
Block a user