termux / termux-tools

Scripts and small programs that are packaged into termux's termux-tools package
GNU General Public License v3.0
280 stars 60 forks source link

Where's `getprop`? #102

Closed Rudxain closed 2 months ago

Rudxain commented 2 months ago
dpkg -S getprop

stdout:

termux-tools: /data/data/com.termux/files/usr/bin/getprop

Why can't I find that wrapper script in this repo?

twaik commented 2 months ago

Because it is generated in Makefile.am using wrapper-rule function.

Rudxain commented 2 months ago

Because it is generated in Makefile.am using wrapper-rule function.

Thanks for the info! And I'm sorry, I should've cloned and greped the repo (I opened the root Makefile, but didn't notice the one in scripts/)