pam_panic_config is now translatable. Please review premade translations.
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
SUBDIRS = applications icons/48x48 icons/64x64 icons/scalable
|
||||
bin_SCRIPTS = pam_panic_config
|
||||
|
||||
%: %.prebuild
|
||||
%: %.prebuild.sh
|
||||
{ sldr=$$(echo "$(SECUREDIR)" | $(SED) 's/\//\\\//g'); bdr=$$(echo "$(bindir)" | $(SED) 's/\//\\\//g'); $(SED) "s/__SECURELIBDIR__/$$sldr/;s/__PAMPANICPW__/$$bdr\/pam_panic_pw/" $< > $@ ; }
|
||||
chmod +x $@
|
||||
|
||||
clean-local:
|
||||
$(RM) *.tmp
|
||||
$(RM) pam_panic_config
|
||||
|
Reference in New Issue
Block a user