File: makepot

package info (click to toggle)
mate-indicator-applet 1.26.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,328 kB
  • sloc: ansic: 1,537; makefile: 167; sh: 18
file content (6 lines) | stat: -rwxr-xr-x 126 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#! /bin/sh

PACKAGE=mate-indicator-applet;

make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
sed -i "/#, fuzzy/d" $PACKAGE.pot