ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] Можно ли использовать %_tmppath ?
@ 2002-04-08  6:13 Grigory Batalov
  2002-04-08  6:47 ` [devel] " Aleksandr Blohin
  2002-04-08  8:06 ` Dmitry V. Levin
  0 siblings, 2 replies; 4+ messages in thread
From: Grigory Batalov @ 2002-04-08  6:13 UTC (permalink / raw)
  To: devel

   У меня в dosemu-1.1.3 есть postun-скрипт:
---
%postun
TMPNAME=`mktemp %_tmppath/fonts.alias.XXXXXX`
egrep -v '(vgacyr|vga10x20)' %_x11fontsdir/misc/fonts.alias > $TMPNAME
install -m644 $TMPNAME %_x11fontsdir/misc/fonts.alias
rm -f $TMPNAME
if [ -x %_x11bindir/mkfontdir ]; then
        (cd %_x11fontsdir/misc; %_x11bindir/mkfontdir)
fi
killall -USR1 xfs > /dev/null 2>&1 || :
---
   После пересборки пакета на altair.office.altlinux.ru
 он волшебным образом превращается в:
---
TMPNAME=`mktemp /user/inger/RPM/TMP/fonts.alias.XXXXXX`
egrep -v '(vgacyr|vga10x20)' /usr/X11R6/lib/X11/fonts/misc/fonts.alias > $TMPNAME
install -m644 $TMPNAME /usr/X11R6/lib/X11/fonts/misc/fonts.alias
rm -f $TMPNAME
if [ -x /usr/X11R6/bin/mkfontdir ]; then
        (cd /usr/X11R6/lib/X11/fonts/misc; /usr/X11R6/bin/mkfontdir)
fi
killall -USR1 xfs > /dev/null 2>&1 || :
---
   Т.е. %_tmppath заменился на /user/inger/RPM/TMP.
   В /usr/lib/rpm/macros он определён как %{_var}/tmp.
 Это Стас недосмотрел, или вообще не стоит пользоваться %_tmppath
 в пакетах? Наверное, стоит его заменить на $TMPDIR ?

-- 
 Баталов Григорий,
 системный администратор
 АО "Ковдорский ГОК"




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-04-08 10:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-08  6:13 [devel] Можно ли использовать %_tmppath ? Grigory Batalov
2002-04-08  6:47 ` [devel] " Aleksandr Blohin
2002-04-08  8:06 ` Dmitry V. Levin
2002-04-08 10:29   ` Grigory Batalov

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git