From: Aleksandr Blohin <sass@uustoll.ee> To: Grigory Batalov <devel@altlinux.ru> Subject: [devel] Re: [devel] Можно ли использовать %_tmppath ? Date: Mon, 8 Apr 2002 09:47:34 +0300 Message-ID: <83244081141.20020408094734@uustoll.ee> (raw) In-Reply-To: <20020408101316.40cb8d2d.bga@altlinux.ru> Hello Grigory, Monday, April 08, 2002, 9:13:16 AM, you wrote: GB> У меня в dosemu-1.1.3 есть postun-скрипт: GB> --- GB> %postun GB> TMPNAME=`mktemp %_tmppath/fonts.alias.XXXXXX` GB> egrep -v '(vgacyr|vga10x20)' %_x11fontsdir/misc/fonts.alias > $TMPNAME GB> install -m644 $TMPNAME %_x11fontsdir/misc/fonts.alias GB> rm -f $TMPNAME GB> if [ -x %_x11bindir/mkfontdir ]; then GB> (cd %_x11fontsdir/misc; %_x11bindir/mkfontdir) GB> fi killall -USR1 xfs >> /dev/null 2>&1 || : GB> --- GB> После пересборки пакета на altair.office.altlinux.ru GB> он волшебным образом превращается в: GB> --- GB> TMPNAME=`mktemp /user/inger/RPM/TMP/fonts.alias.XXXXXX` GB> egrep -v '(vgacyr|vga10x20)' /usr/X11R6/lib/X11/fonts/misc/fonts.alias > $TMPNAME GB> install -m644 $TMPNAME /usr/X11R6/lib/X11/fonts/misc/fonts.alias GB> rm -f $TMPNAME GB> if [ -x /usr/X11R6/bin/mkfontdir ]; then GB> (cd /usr/X11R6/lib/X11/fonts/misc; /usr/X11R6/bin/mkfontdir) GB> fi killall -USR1 xfs >> /dev/null 2>&1 || : GB> --- GB> Т.е. %_tmppath заменился на /user/inger/RPM/TMP. GB> В /usr/lib/rpm/macros он определён как %{_var}/tmp. GB> Это Стас недосмотрел, или вообще не стоит пользоваться %_tmppath GB> в пакетах? Наверное, стоит его заменить на $TMPDIR ? Не у Вас одного. Вчера в БТС ушёл рипорт на аналогичный финтифлюх для пакета mpich (багрипортер только названием пакета ошибся). В скрипте mpirun указаны неверные пути, аналогичные Вашим. -- Best regards, Aleksandr mailto:sass@uustoll.ee
next prev parent reply other threads:[~2002-04-08 6:47 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2002-04-08 6:13 Grigory Batalov 2002-04-08 6:47 ` Aleksandr Blohin [this message] 2002-04-08 8:06 ` Dmitry V. Levin 2002-04-08 10:29 ` Grigory Batalov
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=83244081141.20020408094734@uustoll.ee \ --to=sass@uustoll.ee \ --cc=devel@altlinux.ru \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
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